Html Css Color HEX #AB9935 Reef Gold

📋 copy color: '#AB9935'

red 171 ◦ green 153 ◦ blue 53

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

Shades of Reef Gold #AB9935

Tints of Reef Gold #AB9935

RGB

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

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

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

R = 45.36%
G = 40.58%
B = 14.06%

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

#AB9935 (or 0xAB9935) is known color: Reef Gold. HEX triplet: AB, 99 and 35. RGB value is (171,153,53). Sum of RGB (Red+Green+Blue) = 171+153+53=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9935 is #5466CA. Grayscale: #939393. Windows color (decimal): -5531339 or 3512747. OLE color: 3512747.

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

Color convert

RGB 171 153 53 -
CMYK 0 0.11 0.69 0.33
HSL 50.85º 0.53% 0.44% -
HSV(B) 50.85º 0.69% 0.67% -
XYZ 28.83 31.7 7.97 -
YUV 146.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 171 153 53 0 0.11 0.69 0.33 50.85 0.53 0.44
Hex AB 99 35 0 B 45 21 33 35 2C
Octal 253 231 65 0 13 105 41 63 65 54
Binary 10101011 10011001 110101 0 1011 1000101 100001 110011 110101 101100

Color Harmonies of #AB9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9935

Black with #AB9935

Text Example


Text Example

White with #AB9935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9935; }

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

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

background-color css

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

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

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

border-color css

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

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

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