Html Css Color HEX #ABA732 Brass

📋 copy color: '#ABA732'

red 171 ◦ green 167 ◦ blue 50

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

Shades of Brass #ABA732

Tints of Brass #ABA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

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

R = 44.07%
G = 43.04%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#ABA732 (or 0xABA732) is known color: Brass. HEX triplet: AB, A7 and 32. RGB value is (171,167,50). Sum of RGB (Red+Green+Blue) = 171+167+50=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA732 is #5458CD. Grayscale: #9B9B9B. Windows color (decimal): -5527758 or 3319723. OLE color: 3319723.

HSL color Cylindrical-coordinate representation of color #ABA732: hue angle of 58.02º 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 #ABA732 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 50 -
CMYK 0 0.02 0.71 0.33
HSL 58.02º 0.55% 0.43% -
HSV(B) 58.02º 0.71% 0.67% -
XYZ 31.19 36.53 8.42 -
YUV 154.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 171 167 50 0 0.02 0.71 0.33 58.02 0.55 0.43
Hex AB A7 32 0 2 47 21 3A 37 2B
Octal 253 247 62 0 2 107 41 72 67 53
Binary 10101011 10100111 110010 0 10 1000111 100001 111010 110111 101011

Color Harmonies of #ABA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA732

Black with #ABA732

Text Example


Text Example

White with #ABA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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