Html Css Color HEX #A6862B Reef Gold

📋 copy color: '#A6862B'

red 166 ◦ green 134 ◦ blue 43

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

Shades of Reef Gold #A6862B

Tints of Reef Gold #A6862B

RGB

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

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

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

R = 48.4%
G = 39.07%
B = 12.54%

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

#A6862B (or 0xA6862B) is known color: Reef Gold. HEX triplet: A6, 86 and 2B. RGB value is (166,134,43). Sum of RGB (Red+Green+Blue) = 166+134+43=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6862B is #5979D4. Grayscale: #858585. Windows color (decimal): -5863893 or 2852518. OLE color: 2852518.

HSL color Cylindrical-coordinate representation of color #A6862B: hue angle of 44.39º 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 #A6862B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 43 -
CMYK 0 0.19 0.74 0.35
HSL 44.39º 0.59% 0.41% -
HSV(B) 44.39º 0.74% 0.65% -
XYZ 24.69 25.33 5.87 -
YUV 133.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 166 134 43 0 0.19 0.74 0.35 44.39 0.59 0.41
Hex A6 86 2B 0 13 4A 23 2C 3B 29
Octal 246 206 53 0 23 112 43 54 73 51
Binary 10100110 10000110 101011 0 10011 1001010 100011 101100 111011 101001

Color Harmonies of #A6862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6862B

Black with #A6862B

Text Example


Text Example

White with #A6862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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