Html Css Color HEX #A56503 Golden Brown

📋 copy color: '#A56503'

red 165 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #A56503

Tints of Golden Brown #A56503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 61.34%
G = 37.55%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A56503 (or 0xA56503) is known color: Golden Brown. HEX triplet: A5, 65 and 03. RGB value is (165,101,3). Sum of RGB (Red+Green+Blue) = 165+101+3=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A56503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56503 is #5A9AFC. Grayscale: #6D6D6D. Windows color (decimal): -5937917 or 222629. OLE color: 222629.

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

Color convert

RGB 165 101 3 -
CMYK 0 0.39 0.98 0.35
HSL 36.3º 0.96% 0.33% -
HSV(B) 36.3º 0.98% 0.65% -
XYZ 20.19 17.31 2.36 -
YUV 108.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 165 101 3 0 0.39 0.98 0.35 36.3 0.96 0.33
Hex A5 65 3 0 27 62 23 24 60 21
Octal 245 145 3 0 47 142 43 44 140 41
Binary 10100101 1100101 11 0 100111 1100010 100011 100100 1100000 100001

Color Harmonies of #A56503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56503

Black with #A56503

Text Example


Text Example

White with #A56503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56503; }

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

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

background-color css

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

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

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

border-color css

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

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

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