Html Css Color HEX #A66719 Golden Brown

📋 copy color: '#A66719'

red 166 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #A66719

Tints of Golden Brown #A66719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 56.46%
G = 35.03%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A66719 (or 0xA66719) is known color: Golden Brown. HEX triplet: A6, 67 and 19. RGB value is (166,103,25). Sum of RGB (Red+Green+Blue) = 166+103+25=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A66719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66719 is #5998E6. Grayscale: #717171. Windows color (decimal): -5871847 or 1664934. OLE color: 1664934.

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

Color convert

RGB 166 103 25 -
CMYK 0 0.38 0.85 0.35
HSL 33.19º 0.74% 0.37% -
HSV(B) 33.19º 0.85% 0.65% -
XYZ 20.75 17.88 3.28 -
YUV 112.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 166 103 25 0 0.38 0.85 0.35 33.19 0.74 0.37
Hex A6 67 19 0 26 55 23 21 4A 25
Octal 246 147 31 0 46 125 43 41 112 45
Binary 10100110 1100111 11001 0 100110 1010101 100011 100001 1001010 100101

Color Harmonies of #A66719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66719

Black with #A66719

Text Example


Text Example

White with #A66719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66719; }

 p { color: rgb(166,103,25); }

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

background-color css

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

 a { background-color: rgb(166,103,25); }

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

border-color css

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

 span { border-color: rgb(166,103,25); }

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