Html Css Color HEX #AB882A Reef Gold

📋 copy color: '#AB882A'

red 171 ◦ green 136 ◦ blue 42

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

Shades of Reef Gold #AB882A

Tints of Reef Gold #AB882A

RGB

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

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

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

R = 49%
G = 38.97%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB882A (or 0xAB882A) is known color: Reef Gold. HEX triplet: AB, 88 and 2A. RGB value is (171,136,42). Sum of RGB (Red+Green+Blue) = 171+136+42=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB882A is #5477D5. Grayscale: #888888. Windows color (decimal): -5535702 or 2787499. OLE color: 2787499.

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

Color convert

RGB 171 136 42 -
CMYK 0 0.20 0.75 0.33
HSL 43.72º 0.61% 0.42% -
HSV(B) 43.72º 0.75% 0.67% -
XYZ 26.02 26.43 5.92 -
YUV 135.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 171 136 42 0 0.20 0.75 0.33 43.72 0.61 0.42
Hex AB 88 2A 0 14 4B 21 2C 3D 2A
Octal 253 210 52 0 24 113 41 54 75 52
Binary 10101011 10001000 101010 0 10100 1001011 100001 101100 111101 101010

Color Harmonies of #AB882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB882A

Black with #AB882A

Text Example


Text Example

White with #AB882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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