Html Css Color HEX #AB8F34 Reef Gold

📋 copy color: '#AB8F34'

red 171 ◦ green 143 ◦ blue 52

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

Shades of Reef Gold #AB8F34

Tints of Reef Gold #AB8F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 46.72%
G = 39.07%
B = 14.21%

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

#AB8F34 (or 0xAB8F34) is known color: Reef Gold. HEX triplet: AB, 8F and 34. RGB value is (171,143,52). Sum of RGB (Red+Green+Blue) = 171+143+52=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F34 is #5470CB. Grayscale: #8D8D8D. Windows color (decimal): -5533900 or 3444651. OLE color: 3444651.

HSL color Cylindrical-coordinate representation of color #AB8F34: hue angle of 45.88º degrees, saturation: 0.53, 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 #AB8F34 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 52 -
CMYK 0 0.16 0.70 0.33
HSL 45.88º 0.53% 0.44% -
HSV(B) 45.88º 0.7% 0.67% -
XYZ 27.24 28.55 7.32 -
YUV 141 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 171 143 52 0 0.16 0.70 0.33 45.88 0.53 0.44
Hex AB 8F 34 0 10 46 21 2E 35 2C
Octal 253 217 64 0 20 106 41 56 65 54
Binary 10101011 10001111 110100 0 10000 1000110 100001 101110 110101 101100

Color Harmonies of #AB8F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F34

Black with #AB8F34

Text Example


Text Example

White with #AB8F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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