Html Css Color HEX #A65F14 Golden Brown

📋 copy color: '#A65F14'

red 166 ◦ green 95 ◦ blue 20

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

Shades of Golden Brown #A65F14

Tints of Golden Brown #A65F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 59.07%
G = 33.81%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A65F14 (or 0xA65F14) is known color: Golden Brown. HEX triplet: A6, 5F and 14. RGB value is (166,95,20). Sum of RGB (Red+Green+Blue) = 166+95+20=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F14 is #59A0EB. Grayscale: #6C6C6C. Windows color (decimal): -5873900 or 1335206. OLE color: 1335206.

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

Color convert

RGB 166 95 20 -
CMYK 0 0.43 0.88 0.35
HSL 30.82º 0.78% 0.36% -
HSV(B) 30.82º 0.88% 0.65% -
XYZ 19.94 16.34 2.76 -
YUV 107.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 166 95 20 0 0.43 0.88 0.35 30.82 0.78 0.36
Hex A6 5F 14 0 2B 58 23 1F 4E 24
Octal 246 137 24 0 53 130 43 37 116 44
Binary 10100110 1011111 10100 0 101011 1011000 100011 11111 1001110 100100

Color Harmonies of #A65F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F14

Black with #A65F14

Text Example


Text Example

White with #A65F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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