Html Css Color HEX #A65801 Golden Brown

📋 copy color: '#A65801'

red 166 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #A65801

Tints of Golden Brown #A65801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 65.1%
G = 34.51%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A65801 (or 0xA65801) is known color: Golden Brown. HEX triplet: A6, 58 and 01. RGB value is (166,88,1). Sum of RGB (Red+Green+Blue) = 166+88+1=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A65801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65801 is #59A7FE. Grayscale: #656565. Windows color (decimal): -5875711 or 88230. OLE color: 88230.

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

Color convert

RGB 166 88 1 -
CMYK 0 0.47 0.99 0.35
HSL 31.64º 0.99% 0.33% -
HSV(B) 31.64º 0.99% 0.65% -
XYZ 19.22 15.09 1.93 -
YUV 101.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 166 88 1 0 0.47 0.99 0.35 31.64 0.99 0.33
Hex A6 58 1 0 2F 63 23 20 63 21
Octal 246 130 1 0 57 143 43 40 143 41
Binary 10100110 1011000 1 0 101111 1100011 100011 100000 1100011 100001

Color Harmonies of #A65801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65801

Black with #A65801

Text Example


Text Example

White with #A65801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65801; }

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

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

background-color css

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

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

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

border-color css

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

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

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