Html Css Color HEX #A6872B Reef Gold

📋 copy color: '#A6872B'

red 166 ◦ green 135 ◦ blue 43

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

Shades of Reef Gold #A6872B

Tints of Reef Gold #A6872B

RGB

 RED value IS 166 (65.23% from 255) = 48.26%

 GREEN value IS 135 (53.13% from 255) = 39.24%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 48.26%
G = 39.24%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6872B (or 0xA6872B) is known color: Reef Gold. HEX triplet: A6, 87 and 2B. RGB value is (166,135,43). Sum of RGB (Red+Green+Blue) = 166+135+43=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6872B is #5978D4. Grayscale: #868686. Windows color (decimal): -5863637 or 2852774. OLE color: 2852774.

HSL color Cylindrical-coordinate representation of color #A6872B: hue angle of 44.88º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6872B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 135 43 -
CMYK 0 0.19 0.74 0.35
HSL 44.88º 0.59% 0.41% -
HSV(B) 44.88º 0.74% 0.65% -
XYZ 24.83 25.61 5.92 -
YUV 133.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 166 135 43 0 0.19 0.74 0.35 44.88 0.59 0.41
Hex A6 87 2B 0 13 4A 23 2D 3B 29
Octal 246 207 53 0 23 112 43 55 73 51
Binary 10100110 10000111 101011 0 10011 1001010 100011 101101 111011 101001

Color Harmonies of #A6872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6872B

Black with #A6872B

Text Example


Text Example

White with #A6872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6872B; }

 p { color: rgb(166,135,43); }

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

background-color css

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

 a { background-color: rgb(166,135,43); }

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

border-color css

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

 span { border-color: rgb(166,135,43); }

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