Html Css Color HEX #AB9932 Reef Gold

📋 copy color: '#AB9932'

red 171 ◦ green 153 ◦ blue 50

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

Shades of Reef Gold #AB9932

Tints of Reef Gold #AB9932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 45.72%
G = 40.91%
B = 13.37%

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

#AB9932 (or 0xAB9932) is known color: Reef Gold. HEX triplet: AB, 99 and 32. RGB value is (171,153,50). Sum of RGB (Red+Green+Blue) = 171+153+50=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9932 is #5466CD. Grayscale: #939393. Windows color (decimal): -5531342 or 3316139. OLE color: 3316139.

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

Color convert

RGB 171 153 50 -
CMYK 0 0.11 0.71 0.33
HSL 51.07º 0.55% 0.43% -
HSV(B) 51.07º 0.71% 0.67% -
XYZ 28.76 31.67 7.61 -
YUV 146.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 171 153 50 0 0.11 0.71 0.33 51.07 0.55 0.43
Hex AB 99 32 0 B 47 21 33 37 2B
Octal 253 231 62 0 13 107 41 63 67 53
Binary 10101011 10011001 110010 0 1011 1000111 100001 110011 110111 101011

Color Harmonies of #AB9932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9932

Black with #AB9932

Text Example


Text Example

White with #AB9932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9932; }

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

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

background-color css

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

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

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

border-color css

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

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

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