Html Css Color HEX #A56610 Golden Brown

📋 copy color: '#A56610'

red 165 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #A56610

Tints of Golden Brown #A56610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 58.3%
G = 36.04%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A56610 (or 0xA56610) is known color: Golden Brown. HEX triplet: A5, 66 and 10. RGB value is (165,102,16). Sum of RGB (Red+Green+Blue) = 165+102+16=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56610 is #5A99EF. Grayscale: #6F6F6F. Windows color (decimal): -5937648 or 1074853. OLE color: 1074853.

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

Color convert

RGB 165 102 16 -
CMYK 0 0.38 0.90 0.35
HSL 34.63º 0.82% 0.35% -
HSV(B) 34.63º 0.9% 0.65% -
XYZ 20.36 17.54 2.8 -
YUV 111.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 165 102 16 0 0.38 0.90 0.35 34.63 0.82 0.35
Hex A5 66 10 0 26 5A 23 23 52 23
Octal 245 146 20 0 46 132 43 43 122 43
Binary 10100101 1100110 10000 0 100110 1011010 100011 100011 1010010 100011

Color Harmonies of #A56610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56610

Black with #A56610

Text Example


Text Example

White with #A56610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56610; }

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

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

background-color css

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

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

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

border-color css

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

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

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