Html Css Color HEX #AB8F33 Reef Gold

📋 copy color: '#AB8F33'

red 171 ◦ green 143 ◦ blue 51

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

Shades of Reef Gold #AB8F33

Tints of Reef Gold #AB8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 46.85%
G = 39.18%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB8F33 (or 0xAB8F33) is known color: Reef Gold. HEX triplet: AB, 8F and 33. RGB value is (171,143,51). Sum of RGB (Red+Green+Blue) = 171+143+51=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F33 is #5470CC. Grayscale: #8D8D8D. Windows color (decimal): -5533901 or 3379115. OLE color: 3379115.

HSL color Cylindrical-coordinate representation of color #AB8F33: hue angle of 46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8F33 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 51 -
CMYK 0 0.16 0.70 0.33
HSL 46º 0.54% 0.44% -
HSV(B) 46º 0.7% 0.67% -
XYZ 27.21 28.54 7.21 -
YUV 140.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 171 143 51 0 0.16 0.70 0.33 46 0.54 0.44
Hex AB 8F 33 0 10 46 21 2E 36 2C
Octal 253 217 63 0 20 106 41 56 66 54
Binary 10101011 10001111 110011 0 10000 1000110 100001 101110 110110 101100

Color Harmonies of #AB8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F33

Black with #AB8F33

Text Example


Text Example

White with #AB8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F33; }

 p { color: rgb(171,143,51); }

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

background-color css

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

 a { background-color: rgb(171,143,51); }

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

border-color css

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

 span { border-color: rgb(171,143,51); }

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