Html Css Color HEX #A66714 Golden Brown

📋 copy color: '#A66714'

red 166 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #A66714

Tints of Golden Brown #A66714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 57.44%
G = 35.64%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A66714 (or 0xA66714) is known color: Golden Brown. HEX triplet: A6, 67 and 14. RGB value is (166,103,20). Sum of RGB (Red+Green+Blue) = 166+103+20=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A66714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66714 is #5998EB. Grayscale: #707070. Windows color (decimal): -5871852 or 1337254. OLE color: 1337254.

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

Color convert

RGB 166 103 20 -
CMYK 0 0.38 0.88 0.35
HSL 34.11º 0.78% 0.36% -
HSV(B) 34.11º 0.88% 0.65% -
XYZ 20.7 17.86 3.02 -
YUV 112.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 166 103 20 0 0.38 0.88 0.35 34.11 0.78 0.36
Hex A6 67 14 0 26 58 23 22 4E 24
Octal 246 147 24 0 46 130 43 42 116 44
Binary 10100110 1100111 10100 0 100110 1011000 100011 100010 1001110 100100

Color Harmonies of #A66714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66714

Black with #A66714

Text Example


Text Example

White with #A66714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66714; }

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

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

background-color css

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

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

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

border-color css

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

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

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