Html Css Color HEX #A56103 Golden Brown

📋 copy color: '#A56103'

red 165 ◦ green 97 ◦ blue 3

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

Shades of Golden Brown #A56103

Tints of Golden Brown #A56103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 62.26%
G = 36.6%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A56103 (or 0xA56103) is known color: Golden Brown. HEX triplet: A5, 61 and 03. RGB value is (165,97,3). Sum of RGB (Red+Green+Blue) = 165+97+3=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A56103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56103 is #5A9EFC. Grayscale: #6B6B6B. Windows color (decimal): -5938941 or 221605. OLE color: 221605.

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

Color convert

RGB 165 97 3 -
CMYK 0 0.41 0.98 0.35
HSL 34.81º 0.96% 0.33% -
HSV(B) 34.81º 0.98% 0.65% -
XYZ 19.81 16.56 2.24 -
YUV 106.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 165 97 3 0 0.41 0.98 0.35 34.81 0.96 0.33
Hex A5 61 3 0 29 62 23 23 60 21
Octal 245 141 3 0 51 142 43 43 140 41
Binary 10100101 1100001 11 0 101001 1100010 100011 100011 1100000 100001

Color Harmonies of #A56103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56103

Black with #A56103

Text Example


Text Example

White with #A56103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56103; }

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

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

background-color css

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

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

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

border-color css

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

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

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