Html Css Color HEX #ABAA34 Brass

📋 copy color: '#ABAA34'

red 171 ◦ green 170 ◦ blue 52

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

Shades of Brass #ABAA34

Tints of Brass #ABAA34

RGB

 RED value IS 171 (67.19% from 255) = 43.51%

 GREEN value IS 170 (66.8% from 255) = 43.26%

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

R = 43.51%
G = 43.26%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABAA34 (or 0xABAA34) is known color: Brass. HEX triplet: AB, AA and 34. RGB value is (171,170,52). Sum of RGB (Red+Green+Blue) = 171+170+52=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA34 is #5455CB. Grayscale: #9D9D9D. Windows color (decimal): -5526988 or 3451563. OLE color: 3451563.

HSL color Cylindrical-coordinate representation of color #ABAA34: hue angle of 59.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABAA34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 52 -
CMYK 0 0.01 0.70 0.33
HSL 59.5º 0.53% 0.44% -
HSV(B) 59.5º 0.7% 0.67% -
XYZ 31.79 37.66 8.84 -
YUV 156.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 171 170 52 0 0.01 0.70 0.33 59.5 0.53 0.44
Hex AB AA 34 0 1 46 21 3B 35 2C
Octal 253 252 64 0 1 106 41 73 65 54
Binary 10101011 10101010 110100 0 1 1000110 100001 111011 110101 101100

Color Harmonies of #ABAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA34

Black with #ABAA34

Text Example


Text Example

White with #ABAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA34; }

 p { color: rgb(171,170,52); }

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

background-color css

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

 a { background-color: rgb(171,170,52); }

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

border-color css

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

 span { border-color: rgb(171,170,52); }

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