Html Css Color HEX #AB862D Reef Gold

📋 copy color: '#AB862D'

red 171 ◦ green 134 ◦ blue 45

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

Shades of Reef Gold #AB862D

Tints of Reef Gold #AB862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 48.86%
G = 38.29%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB862D (or 0xAB862D) is known color: Reef Gold. HEX triplet: AB, 86 and 2D. RGB value is (171,134,45). Sum of RGB (Red+Green+Blue) = 171+134+45=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB862D is #5479D2. Grayscale: #878787. Windows color (decimal): -5536211 or 2983595. OLE color: 2983595.

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

Color convert

RGB 171 134 45 -
CMYK 0 0.22 0.74 0.33
HSL 42.38º 0.58% 0.42% -
HSV(B) 42.38º 0.74% 0.67% -
XYZ 25.79 25.9 6.12 -
YUV 134.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 171 134 45 0 0.22 0.74 0.33 42.38 0.58 0.42
Hex AB 86 2D 0 16 4A 21 2A 3A 2A
Octal 253 206 55 0 26 112 41 52 72 52
Binary 10101011 10000110 101101 0 10110 1001010 100001 101010 111010 101010

Color Harmonies of #AB862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB862D

Black with #AB862D

Text Example


Text Example

White with #AB862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB862D; }

 p { color: rgb(171,134,45); }

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

background-color css

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

 a { background-color: rgb(171,134,45); }

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

border-color css

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

 span { border-color: rgb(171,134,45); }

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