Html Css Color HEX #A6701A Golden Brown

📋 copy color: '#A6701A'

red 166 ◦ green 112 ◦ blue 26

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

Shades of Golden Brown #A6701A

Tints of Golden Brown #A6701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 54.61%
G = 36.84%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6701A (or 0xA6701A) is known color: Golden Brown. HEX triplet: A6, 70 and 1A. RGB value is (166,112,26). Sum of RGB (Red+Green+Blue) = 166+112+26=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A6701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6701A is #598FE5. Grayscale: #767676. Windows color (decimal): -5869542 or 1732774. OLE color: 1732774.

HSL color Cylindrical-coordinate representation of color #A6701A: hue angle of 36.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6701A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 26 -
CMYK 0 0.33 0.84 0.35
HSL 36.86º 0.73% 0.38% -
HSV(B) 36.86º 0.84% 0.65% -
XYZ 21.71 19.77 3.65 -
YUV 118.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 166 112 26 0 0.33 0.84 0.35 36.86 0.73 0.38
Hex A6 70 1A 0 21 54 23 25 49 26
Octal 246 160 32 0 41 124 43 45 111 46
Binary 10100110 1110000 11010 0 100001 1010100 100011 100101 1001001 100110

Color Harmonies of #A6701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6701A

Black with #A6701A

Text Example


Text Example

White with #A6701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6701A; }

 p { color: rgb(166,112,26); }

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

background-color css

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

 a { background-color: rgb(166,112,26); }

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

border-color css

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

 span { border-color: rgb(166,112,26); }

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