Html Css Color HEX #ABAA32 Brass

📋 copy color: '#ABAA32'

red 171 ◦ green 170 ◦ blue 50

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

Shades of Brass #ABAA32

Tints of Brass #ABAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 43.73%
G = 43.48%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#ABAA32 (or 0xABAA32) is known color: Brass. HEX triplet: AB, AA and 32. RGB value is (171,170,50). Sum of RGB (Red+Green+Blue) = 171+170+50=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA32 is #5455CD. Grayscale: #9D9D9D. Windows color (decimal): -5526990 or 3320491. OLE color: 3320491.

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

Color convert

RGB 171 170 50 -
CMYK 0 0.01 0.71 0.33
HSL 59.5º 0.55% 0.43% -
HSV(B) 59.5º 0.71% 0.67% -
XYZ 31.75 37.64 8.61 -
YUV 156.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 171 170 50 0 0.01 0.71 0.33 59.5 0.55 0.43
Hex AB AA 32 0 1 47 21 3C 37 2B
Octal 253 252 62 0 1 107 41 74 67 53
Binary 10101011 10101010 110010 0 1 1000111 100001 111100 110111 101011

Color Harmonies of #ABAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA32

Black with #ABAA32

Text Example


Text Example

White with #ABAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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