Html Css Color HEX #A5AE34 Brass

📋 copy color: '#A5AE34'

red 165 ◦ green 174 ◦ blue 52

#A5AE34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A5AE34

Tints of Brass #A5AE34

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 52 (20.7% from 255) = 13.3%

R = 42.2%
G = 44.5%
B = 13.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5AE34 (or 0xA5AE34) is known color: Brass. HEX triplet: A5, AE and 34. RGB value is (165,174,52). Sum of RGB (Red+Green+Blue) = 165+174+52=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE34 is #5A51CB. Grayscale: #9D9D9D. Windows color (decimal): -5919180 or 3452581. OLE color: 3452581.

HSL color Cylindrical-coordinate representation of color #A5AE34: hue angle of 64.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5AE34 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 174 52 -
CMYK 0.05 0 0.70 0.32
HSL 64.43º 0.54% 0.44% -
HSV(B) 64.43º 0.7% 0.68% -
XYZ 31.27 38.52 9.04 -
YUV 157.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 165 174 52 0.05 0 0.70 0.32 64.43 0.54 0.44
Hex A5 AE 34 5 0 46 20 40 36 2C
Octal 245 256 64 5 0 106 40 100 66 54
Binary 10100101 10101110 110100 101 0 1000110 100000 1000000 110110 101100

Color Harmonies of #A5AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE34

Black with #A5AE34

Text Example


Text Example

White with #A5AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE34; }

 p { color: rgb(165,174,52); }

 H1.HeaderClassName
 {
   color: #A5AE34;
 }
 .AnyTagClassName
 {
   color: #A5AE34;
 }
</style>

background-color css

<style>
 a { background-color: #A5AE34; }

 a { background-color: rgb(165,174,52); }

 div.DivClassName
 {
   background-color: #A5AE34;
 }
 .BgClassName
 {
   background-color: #A5AE34;
 }
</style>

border-color css

<style>
 span { border-color: #A5AE34; }

 span { border-color: rgb(165,174,52); }

 td.TdClassName
 {
   border-color: #A5AE34;
 }
 .TagClassName
 {
   border-color: #A5AE34;
 }
</style>