Html Css Color HEX #A56510 Golden Brown

📋 copy color: '#A56510'

red 165 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #A56510

Tints of Golden Brown #A56510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 58.51%
G = 35.82%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A56510 (or 0xA56510) is known color: Golden Brown. HEX triplet: A5, 65 and 10. RGB value is (165,101,16). Sum of RGB (Red+Green+Blue) = 165+101+16=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A56510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56510 is #5A9AEF. Grayscale: #6E6E6E. Windows color (decimal): -5937904 or 1074597. OLE color: 1074597.

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

Color convert

RGB 165 101 16 -
CMYK 0 0.39 0.90 0.35
HSL 34.23º 0.82% 0.35% -
HSV(B) 34.23º 0.9% 0.65% -
XYZ 20.26 17.34 2.77 -
YUV 110.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 165 101 16 0 0.39 0.90 0.35 34.23 0.82 0.35
Hex A5 65 10 0 27 5A 23 22 52 23
Octal 245 145 20 0 47 132 43 42 122 43
Binary 10100101 1100101 10000 0 100111 1011010 100011 100010 1010010 100011

Color Harmonies of #A56510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56510

Black with #A56510

Text Example


Text Example

White with #A56510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56510; }

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

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

background-color css

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

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

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

border-color css

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

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

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