Html Css Color HEX #A56301 Golden Brown

📋 copy color: '#A56301'

red 165 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #A56301

Tints of Golden Brown #A56301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 62.26%
G = 37.36%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A56301 (or 0xA56301) is known color: Golden Brown. HEX triplet: A5, 63 and 01. RGB value is (165,99,1). Sum of RGB (Red+Green+Blue) = 165+99+1=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A56301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56301 is #5A9CFE. Grayscale: #6C6C6C. Windows color (decimal): -5938431 or 91045. OLE color: 91045.

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

Color convert

RGB 165 99 1 -
CMYK 0 0.40 0.99 0.35
HSL 35.85º 0.99% 0.33% -
HSV(B) 35.85º 0.99% 0.65% -
XYZ 19.98 16.93 2.24 -
YUV 107.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 165 99 1 0 0.40 0.99 0.35 35.85 0.99 0.33
Hex A5 63 1 0 28 63 23 24 63 21
Octal 245 143 1 0 50 143 43 44 143 41
Binary 10100101 1100011 1 0 101000 1100011 100011 100100 1100011 100001

Color Harmonies of #A56301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56301

Black with #A56301

Text Example


Text Example

White with #A56301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56301; }

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

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

background-color css

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

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

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

border-color css

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

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

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