Html Css Color HEX #A66B1A Golden Brown

📋 copy color: '#A66B1A'

red 166 ◦ green 107 ◦ blue 26

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

Shades of Golden Brown #A66B1A

Tints of Golden Brown #A66B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

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

R = 55.52%
G = 35.79%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A66B1A (or 0xA66B1A) is known color: Golden Brown. HEX triplet: A6, 6B and 1A. RGB value is (166,107,26). Sum of RGB (Red+Green+Blue) = 166+107+26=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B1A is #5994E5. Grayscale: #737373. Windows color (decimal): -5870822 or 1731494. OLE color: 1731494.

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

Color convert

RGB 166 107 26 -
CMYK 0 0.36 0.84 0.35
HSL 34.71º 0.73% 0.38% -
HSV(B) 34.71º 0.84% 0.65% -
XYZ 21.17 18.7 3.47 -
YUV 115.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 166 107 26 0 0.36 0.84 0.35 34.71 0.73 0.38
Hex A6 6B 1A 0 24 54 23 23 49 26
Octal 246 153 32 0 44 124 43 43 111 46
Binary 10100110 1101011 11010 0 100100 1010100 100011 100011 1001001 100110

Color Harmonies of #A66B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B1A

Black with #A66B1A

Text Example


Text Example

White with #A66B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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