Html Css Color HEX #AB8C39 Reef Gold

📋 copy color: '#AB8C39'

red 171 ◦ green 140 ◦ blue 57

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

Shades of Reef Gold #AB8C39

Tints of Reef Gold #AB8C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 46.47%
G = 38.04%
B = 15.49%

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

#AB8C39 (or 0xAB8C39) is known color: Reef Gold. HEX triplet: AB, 8C and 39. RGB value is (171,140,57). Sum of RGB (Red+Green+Blue) = 171+140+57=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C39 is #5473C6. Grayscale: #8C8C8C. Windows color (decimal): -5534663 or 3771563. OLE color: 3771563.

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

Color convert

RGB 171 140 57 -
CMYK 0 0.18 0.67 0.33
HSL 43.68º 0.5% 0.45% -
HSV(B) 43.68º 0.67% 0.67% -
XYZ 26.91 27.71 7.8 -
YUV 139.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 171 140 57 0 0.18 0.67 0.33 43.68 0.5 0.45
Hex AB 8C 39 0 12 43 21 2C 32 2D
Octal 253 214 71 0 22 103 41 54 62 55
Binary 10101011 10001100 111001 0 10010 1000011 100001 101100 110010 101101

Color Harmonies of #AB8C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C39

Black with #AB8C39

Text Example


Text Example

White with #AB8C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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