Html Css Color HEX #A65C01 Golden Brown

📋 copy color: '#A65C01'

red 166 ◦ green 92 ◦ blue 1

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

Shades of Golden Brown #A65C01

Tints of Golden Brown #A65C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 64.09%
G = 35.52%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A65C01 (or 0xA65C01) is known color: Golden Brown. HEX triplet: A6, 5C and 01. RGB value is (166,92,1). Sum of RGB (Red+Green+Blue) = 166+92+1=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C01 is #59A3FE. Grayscale: #686868. Windows color (decimal): -5874687 or 89254. OLE color: 89254.

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

Color convert

RGB 166 92 1 -
CMYK 0 0.45 0.99 0.35
HSL 33.09º 0.99% 0.33% -
HSV(B) 33.09º 0.99% 0.65% -
XYZ 19.56 15.76 2.04 -
YUV 103.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 166 92 1 0 0.45 0.99 0.35 33.09 0.99 0.33
Hex A6 5C 1 0 2D 63 23 21 63 21
Octal 246 134 1 0 55 143 43 41 143 41
Binary 10100110 1011100 1 0 101101 1100011 100011 100001 1100011 100001

Color Harmonies of #A65C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C01

Black with #A65C01

Text Example


Text Example

White with #A65C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C01; }

 p { color: rgb(166,92,1); }

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

background-color css

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

 a { background-color: rgb(166,92,1); }

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

border-color css

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

 span { border-color: rgb(166,92,1); }

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