Html Css Color HEX #AB9835 Reef Gold

📋 copy color: '#AB9835'

red 171 ◦ green 152 ◦ blue 53

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

Shades of Reef Gold #AB9835

Tints of Reef Gold #AB9835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 45.48%
G = 40.43%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB9835 (or 0xAB9835) is known color: Reef Gold. HEX triplet: AB, 98 and 35. RGB value is (171,152,53). Sum of RGB (Red+Green+Blue) = 171+152+53=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9835 is #5467CA. Grayscale: #929292. Windows color (decimal): -5531595 or 3512491. OLE color: 3512491.

HSL color Cylindrical-coordinate representation of color #AB9835: hue angle of 50.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB9835 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 152 53 -
CMYK 0 0.11 0.69 0.33
HSL 50.34º 0.53% 0.44% -
HSV(B) 50.34º 0.69% 0.67% -
XYZ 28.67 31.37 7.91 -
YUV 146.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 171 152 53 0 0.11 0.69 0.33 50.34 0.53 0.44
Hex AB 98 35 0 B 45 21 32 35 2C
Octal 253 230 65 0 13 105 41 62 65 54
Binary 10101011 10011000 110101 0 1011 1000101 100001 110010 110101 101100

Color Harmonies of #AB9835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9835

Black with #AB9835

Text Example


Text Example

White with #AB9835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9835; }

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

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

background-color css

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

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

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

border-color css

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

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

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