Html Css Color HEX #AB8D39 Reef Gold

📋 copy color: '#AB8D39'

red 171 ◦ green 141 ◦ blue 57

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

Shades of Reef Gold #AB8D39

Tints of Reef Gold #AB8D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

 BLUE value IS 57 (22.66% from 255) = 15.45%

R = 46.34%
G = 38.21%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB8D39 (or 0xAB8D39) is known color: Reef Gold. HEX triplet: AB, 8D and 39. RGB value is (171,141,57). Sum of RGB (Red+Green+Blue) = 171+141+57=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D39 is #5472C6. Grayscale: #8C8C8C. Windows color (decimal): -5534407 or 3771819. OLE color: 3771819.

HSL color Cylindrical-coordinate representation of color #AB8D39: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB8D39 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 57 -
CMYK 0 0.18 0.67 0.33
HSL 44.21º 0.5% 0.45% -
HSV(B) 44.21º 0.67% 0.67% -
XYZ 27.06 28 7.85 -
YUV 140.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 171 141 57 0 0.18 0.67 0.33 44.21 0.5 0.45
Hex AB 8D 39 0 12 43 21 2C 32 2D
Octal 253 215 71 0 22 103 41 54 62 55
Binary 10101011 10001101 111001 0 10010 1000011 100001 101100 110010 101101

Color Harmonies of #AB8D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D39

Black with #AB8D39

Text Example


Text Example

White with #AB8D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D39; }

 p { color: rgb(171,141,57); }

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

background-color css

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

 a { background-color: rgb(171,141,57); }

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

border-color css

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

 span { border-color: rgb(171,141,57); }

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