Html Css Color HEX #AB9232 Reef Gold

📋 copy color: '#AB9232'

red 171 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #AB9232

Tints of Reef Gold #AB9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 46.59%
G = 39.78%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9232 (or 0xAB9232) is known color: Reef Gold. HEX triplet: AB, 92 and 32. RGB value is (171,146,50). Sum of RGB (Red+Green+Blue) = 171+146+50=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9232 is #546DCD. Grayscale: #8E8E8E. Windows color (decimal): -5533134 or 3314347. OLE color: 3314347.

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

Color convert

RGB 171 146 50 -
CMYK 0 0.15 0.71 0.33
HSL 47.6º 0.55% 0.43% -
HSV(B) 47.6º 0.71% 0.67% -
XYZ 27.65 29.45 7.24 -
YUV 142.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 171 146 50 0 0.15 0.71 0.33 47.6 0.55 0.43
Hex AB 92 32 0 F 47 21 30 37 2B
Octal 253 222 62 0 17 107 41 60 67 53
Binary 10101011 10010010 110010 0 1111 1000111 100001 110000 110111 101011

Color Harmonies of #AB9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9232

Black with #AB9232

Text Example


Text Example

White with #AB9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9232; }

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

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

background-color css

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

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

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

border-color css

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

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

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