Html Css Color HEX #AB9832 Reef Gold

📋 copy color: '#AB9832'

red 171 ◦ green 152 ◦ blue 50

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

Shades of Reef Gold #AB9832

Tints of Reef Gold #AB9832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 45.84%
G = 40.75%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9832 (or 0xAB9832) is known color: Reef Gold. HEX triplet: AB, 98 and 32. RGB value is (171,152,50). Sum of RGB (Red+Green+Blue) = 171+152+50=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9832 is #5467CD. Grayscale: #929292. Windows color (decimal): -5531598 or 3315883. OLE color: 3315883.

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

Color convert

RGB 171 152 50 -
CMYK 0 0.11 0.71 0.33
HSL 50.58º 0.55% 0.43% -
HSV(B) 50.58º 0.71% 0.67% -
XYZ 28.6 31.34 7.56 -
YUV 146.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 171 152 50 0 0.11 0.71 0.33 50.58 0.55 0.43
Hex AB 98 32 0 B 47 21 33 37 2B
Octal 253 230 62 0 13 107 41 63 67 53
Binary 10101011 10011000 110010 0 1011 1000111 100001 110011 110111 101011

Color Harmonies of #AB9832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9832

Black with #AB9832

Text Example


Text Example

White with #AB9832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9832; }

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

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

background-color css

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

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

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

border-color css

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

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

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