Html Css Color HEX #AB9632 Reef Gold

📋 copy color: '#AB9632'

red 171 ◦ green 150 ◦ blue 50

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

Shades of Reef Gold #AB9632

Tints of Reef Gold #AB9632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 46.09%
G = 40.43%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9632 (or 0xAB9632) is known color: Reef Gold. HEX triplet: AB, 96 and 32. RGB value is (171,150,50). Sum of RGB (Red+Green+Blue) = 171+150+50=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9632 is #5469CD. Grayscale: #919191. Windows color (decimal): -5532110 or 3315371. OLE color: 3315371.

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

Color convert

RGB 171 150 50 -
CMYK 0 0.12 0.71 0.33
HSL 49.59º 0.55% 0.43% -
HSV(B) 49.59º 0.71% 0.67% -
XYZ 28.28 30.7 7.45 -
YUV 144.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 171 150 50 0 0.12 0.71 0.33 49.59 0.55 0.43
Hex AB 96 32 0 C 47 21 32 37 2B
Octal 253 226 62 0 14 107 41 62 67 53
Binary 10101011 10010110 110010 0 1100 1000111 100001 110010 110111 101011

Color Harmonies of #AB9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9632

Black with #AB9632

Text Example


Text Example

White with #AB9632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9632; }

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

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

background-color css

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

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

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

border-color css

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

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

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