Html Css Color HEX #A56801 Golden Brown

📋 copy color: '#A56801'

red 165 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #A56801

Tints of Golden Brown #A56801

RGB

 RED value IS 165 (64.84% from 255) = 61.11%

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 61.11%
G = 38.52%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A56801 (or 0xA56801) is known color: Golden Brown. HEX triplet: A5, 68 and 01. RGB value is (165,104,1). Sum of RGB (Red+Green+Blue) = 165+104+1=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A56801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56801 is #5A97FE. Grayscale: #6E6E6E. Windows color (decimal): -5937151 or 92325. OLE color: 92325.

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

Color convert

RGB 165 104 1 -
CMYK 0 0.37 0.99 0.35
HSL 37.68º 0.99% 0.33% -
HSV(B) 37.68º 0.99% 0.65% -
XYZ 20.47 17.9 2.41 -
YUV 110.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 165 104 1 0 0.37 0.99 0.35 37.68 0.99 0.33
Hex A5 68 1 0 25 63 23 26 63 21
Octal 245 150 1 0 45 143 43 46 143 41
Binary 10100101 1101000 1 0 100101 1100011 100011 100110 1100011 100001

Color Harmonies of #A56801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56801

Black with #A56801

Text Example


Text Example

White with #A56801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56801; }

 p { color: rgb(165,104,1); }

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

background-color css

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

 a { background-color: rgb(165,104,1); }

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

border-color css

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

 span { border-color: rgb(165,104,1); }

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