Html Css Color HEX #AB8C37 Reef Gold

📋 copy color: '#AB8C37'

red 171 ◦ green 140 ◦ blue 55

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

Shades of Reef Gold #AB8C37

Tints of Reef Gold #AB8C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 46.72%
G = 38.25%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB8C37 (or 0xAB8C37) is known color: Reef Gold. HEX triplet: AB, 8C and 37. RGB value is (171,140,55). Sum of RGB (Red+Green+Blue) = 171+140+55=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C37 is #5473C8. Grayscale: #8B8B8B. Windows color (decimal): -5534665 or 3640491. OLE color: 3640491.

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

Color convert

RGB 171 140 55 -
CMYK 0 0.18 0.68 0.33
HSL 43.97º 0.51% 0.44% -
HSV(B) 43.97º 0.68% 0.67% -
XYZ 26.86 27.69 7.54 -
YUV 139.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 171 140 55 0 0.18 0.68 0.33 43.97 0.51 0.44
Hex AB 8C 37 0 12 44 21 2C 33 2C
Octal 253 214 67 0 22 104 41 54 63 54
Binary 10101011 10001100 110111 0 10010 1000100 100001 101100 110011 101100

Color Harmonies of #AB8C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C37

Black with #AB8C37

Text Example


Text Example

White with #AB8C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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