Html Css Color HEX #A66C1D Golden Brown

📋 copy color: '#A66C1D'

red 166 ◦ green 108 ◦ blue 29

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

Shades of Golden Brown #A66C1D

Tints of Golden Brown #A66C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 54.79%
G = 35.64%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A66C1D (or 0xA66C1D) is known color: Golden Brown. HEX triplet: A6, 6C and 1D. RGB value is (166,108,29). Sum of RGB (Red+Green+Blue) = 166+108+29=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C1D is #5993E2. Grayscale: #747474. Windows color (decimal): -5870563 or 1928358. OLE color: 1928358.

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

Color convert

RGB 166 108 29 -
CMYK 0 0.35 0.83 0.35
HSL 34.6º 0.7% 0.38% -
HSV(B) 34.6º 0.83% 0.65% -
XYZ 21.31 18.92 3.69 -
YUV 116.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 166 108 29 0 0.35 0.83 0.35 34.6 0.7 0.38
Hex A6 6C 1D 0 23 53 23 23 46 26
Octal 246 154 35 0 43 123 43 43 106 46
Binary 10100110 1101100 11101 0 100011 1010011 100011 100011 1000110 100110

Color Harmonies of #A66C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C1D

Black with #A66C1D

Text Example


Text Example

White with #A66C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C1D; }

 p { color: rgb(166,108,29); }

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

background-color css

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

 a { background-color: rgb(166,108,29); }

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

border-color css

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

 span { border-color: rgb(166,108,29); }

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