Html Css Color HEX #AB882E Reef Gold

📋 copy color: '#AB882E'

red 171 ◦ green 136 ◦ blue 46

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

Shades of Reef Gold #AB882E

Tints of Reef Gold #AB882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 48.44%
G = 38.53%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB882E (or 0xAB882E) is known color: Reef Gold. HEX triplet: AB, 88 and 2E. RGB value is (171,136,46). Sum of RGB (Red+Green+Blue) = 171+136+46=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB882E is #5477D1. Grayscale: #888888. Windows color (decimal): -5535698 or 3049643. OLE color: 3049643.

HSL color Cylindrical-coordinate representation of color #AB882E: hue angle of 43.2º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB882E is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 46 -
CMYK 0 0.20 0.73 0.33
HSL 43.2º 0.58% 0.43% -
HSV(B) 43.2º 0.73% 0.67% -
XYZ 26.09 26.46 6.32 -
YUV 136.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 171 136 46 0 0.20 0.73 0.33 43.2 0.58 0.43
Hex AB 88 2E 0 14 49 21 2B 3A 2B
Octal 253 210 56 0 24 111 41 53 72 53
Binary 10101011 10001000 101110 0 10100 1001001 100001 101011 111010 101011

Color Harmonies of #AB882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB882E

Black with #AB882E

Text Example


Text Example

White with #AB882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB882E; }

 p { color: rgb(171,136,46); }

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

background-color css

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

 a { background-color: rgb(171,136,46); }

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

border-color css

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

 span { border-color: rgb(171,136,46); }

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