Html Css Color HEX #AB9635 Reef Gold

📋 copy color: '#AB9635'

red 171 ◦ green 150 ◦ blue 53

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

Shades of Reef Gold #AB9635

Tints of Reef Gold #AB9635

RGB

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

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

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

R = 45.72%
G = 40.11%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB9635 (or 0xAB9635) is known color: Reef Gold. HEX triplet: AB, 96 and 35. RGB value is (171,150,53). Sum of RGB (Red+Green+Blue) = 171+150+53=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9635 is #5469CA. Grayscale: #919191. Windows color (decimal): -5532107 or 3511979. OLE color: 3511979.

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

Color convert

RGB 171 150 53 -
CMYK 0 0.12 0.69 0.33
HSL 49.32º 0.53% 0.44% -
HSV(B) 49.32º 0.69% 0.67% -
XYZ 28.34 30.73 7.81 -
YUV 145.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 171 150 53 0 0.12 0.69 0.33 49.32 0.53 0.44
Hex AB 96 35 0 C 45 21 31 35 2C
Octal 253 226 65 0 14 105 41 61 65 54
Binary 10101011 10010110 110101 0 1100 1000101 100001 110001 110101 101100

Color Harmonies of #AB9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9635

Black with #AB9635

Text Example


Text Example

White with #AB9635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9635; }

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

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

background-color css

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

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

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

border-color css

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

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

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