Html Css Color HEX #A56501 Golden Brown

📋 copy color: '#A56501'

red 165 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #A56501

Tints of Golden Brown #A56501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 61.8%
G = 37.83%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A56501 (or 0xA56501) is known color: Golden Brown. HEX triplet: A5, 65 and 01. RGB value is (165,101,1). Sum of RGB (Red+Green+Blue) = 165+101+1=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A56501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56501 is #5A9AFE. Grayscale: #6D6D6D. Windows color (decimal): -5937919 or 91557. OLE color: 91557.

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

Color convert

RGB 165 101 1 -
CMYK 0 0.39 0.99 0.35
HSL 36.59º 0.99% 0.33% -
HSV(B) 36.59º 0.99% 0.65% -
XYZ 20.18 17.31 2.31 -
YUV 108.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 165 101 1 0 0.39 0.99 0.35 36.59 0.99 0.33
Hex A5 65 1 0 27 63 23 25 63 21
Octal 245 145 1 0 47 143 43 45 143 41
Binary 10100101 1100101 1 0 100111 1100011 100011 100101 1100011 100001

Color Harmonies of #A56501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56501

Black with #A56501

Text Example


Text Example

White with #A56501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56501; }

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

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

background-color css

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

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

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

border-color css

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

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

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