Html Css Color HEX #AB8C2A Reef Gold

📋 copy color: '#AB8C2A'

red 171 ◦ green 140 ◦ blue 42

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

Shades of Reef Gold #AB8C2A

Tints of Reef Gold #AB8C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 48.44%
G = 39.66%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB8C2A (or 0xAB8C2A) is known color: Reef Gold. HEX triplet: AB, 8C and 2A. RGB value is (171,140,42). Sum of RGB (Red+Green+Blue) = 171+140+42=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C2A is #5473D5. Grayscale: #8A8A8A. Windows color (decimal): -5534678 or 2788523. OLE color: 2788523.

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

Color convert

RGB 171 140 42 -
CMYK 0 0.18 0.75 0.33
HSL 45.58º 0.61% 0.42% -
HSV(B) 45.58º 0.75% 0.67% -
XYZ 26.59 27.58 6.11 -
YUV 138.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 171 140 42 0 0.18 0.75 0.33 45.58 0.61 0.42
Hex AB 8C 2A 0 12 4B 21 2E 3D 2A
Octal 253 214 52 0 22 113 41 56 75 52
Binary 10101011 10001100 101010 0 10010 1001011 100001 101110 111101 101010

Color Harmonies of #AB8C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C2A

Black with #AB8C2A

Text Example


Text Example

White with #AB8C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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