Html Css Color HEX #AB8F2A Reef Gold

📋 copy color: '#AB8F2A'

red 171 ◦ green 143 ◦ blue 42

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

Shades of Reef Gold #AB8F2A

Tints of Reef Gold #AB8F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

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

R = 48.03%
G = 40.17%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB8F2A (or 0xAB8F2A) is known color: Reef Gold. HEX triplet: AB, 8F and 2A. RGB value is (171,143,42). Sum of RGB (Red+Green+Blue) = 171+143+42=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F2A is #5470D5. Grayscale: #8C8C8C. Windows color (decimal): -5533910 or 2789291. OLE color: 2789291.

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

Color convert

RGB 171 143 42 -
CMYK 0 0.16 0.75 0.33
HSL 46.98º 0.61% 0.42% -
HSV(B) 46.98º 0.75% 0.67% -
XYZ 27.03 28.47 6.26 -
YUV 139.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 171 143 42 0 0.16 0.75 0.33 46.98 0.61 0.42
Hex AB 8F 2A 0 10 4B 21 2F 3D 2A
Octal 253 217 52 0 20 113 41 57 75 52
Binary 10101011 10001111 101010 0 10000 1001011 100001 101111 111101 101010

Color Harmonies of #AB8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F2A

Black with #AB8F2A

Text Example


Text Example

White with #AB8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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