Html Css Color HEX #AB8D37 Reef Gold

📋 copy color: '#AB8D37'

red 171 ◦ green 141 ◦ blue 55

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

Shades of Reef Gold #AB8D37

Tints of Reef Gold #AB8D37

RGB

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

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

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

R = 46.59%
G = 38.42%
B = 14.99%

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

#AB8D37 (or 0xAB8D37) is known color: Reef Gold. HEX triplet: AB, 8D and 37. RGB value is (171,141,55). Sum of RGB (Red+Green+Blue) = 171+141+55=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D37 is #5472C8. Grayscale: #8C8C8C. Windows color (decimal): -5534409 or 3640747. OLE color: 3640747.

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

Color convert

RGB 171 141 55 -
CMYK 0 0.18 0.68 0.33
HSL 44.48º 0.51% 0.44% -
HSV(B) 44.48º 0.68% 0.67% -
XYZ 27.01 27.98 7.59 -
YUV 140.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 171 141 55 0 0.18 0.68 0.33 44.48 0.51 0.44
Hex AB 8D 37 0 12 44 21 2C 33 2C
Octal 253 215 67 0 22 104 41 54 63 54
Binary 10101011 10001101 110111 0 10010 1000100 100001 101100 110011 101100

Color Harmonies of #AB8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D37

Black with #AB8D37

Text Example


Text Example

White with #AB8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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