Html Css Color HEX #AB8C27 Reef Gold

📋 copy color: '#AB8C27'

red 171 ◦ green 140 ◦ blue 39

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

Shades of Reef Gold #AB8C27

Tints of Reef Gold #AB8C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 48.86%
G = 40%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8C27 (or 0xAB8C27) is known color: Reef Gold. HEX triplet: AB, 8C and 27. RGB value is (171,140,39). Sum of RGB (Red+Green+Blue) = 171+140+39=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C27 is #5473D8. Grayscale: #8A8A8A. Windows color (decimal): -5534681 or 2591915. OLE color: 2591915.

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

Color convert

RGB 171 140 39 -
CMYK 0 0.18 0.77 0.33
HSL 45.91º 0.63% 0.41% -
HSV(B) 45.91º 0.77% 0.67% -
XYZ 26.54 27.56 5.84 -
YUV 137.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 171 140 39 0 0.18 0.77 0.33 45.91 0.63 0.41
Hex AB 8C 27 0 12 4D 21 2E 3F 29
Octal 253 214 47 0 22 115 41 56 77 51
Binary 10101011 10001100 100111 0 10010 1001101 100001 101110 111111 101001

Color Harmonies of #AB8C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C27

Black with #AB8C27

Text Example


Text Example

White with #AB8C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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