Html Css Color HEX #A56214 Golden Brown

📋 copy color: '#A56214'

red 165 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #A56214

Tints of Golden Brown #A56214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 58.3%
G = 34.63%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56214 (or 0xA56214) is known color: Golden Brown. HEX triplet: A5, 62 and 14. RGB value is (165,98,20). Sum of RGB (Red+Green+Blue) = 165+98+20=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56214 is #5A9DEB. Grayscale: #6D6D6D. Windows color (decimal): -5938668 or 1335973. OLE color: 1335973.

HSL color Cylindrical-coordinate representation of color #A56214: hue angle of 32.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A56214 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 20 -
CMYK 0 0.41 0.88 0.35
HSL 32.28º 0.78% 0.36% -
HSV(B) 32.28º 0.88% 0.65% -
XYZ 20.01 16.79 2.85 -
YUV 109.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 165 98 20 0 0.41 0.88 0.35 32.28 0.78 0.36
Hex A5 62 14 0 29 58 23 20 4E 24
Octal 245 142 24 0 51 130 43 40 116 44
Binary 10100101 1100010 10100 0 101001 1011000 100011 100000 1001110 100100

Color Harmonies of #A56214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56214

Black with #A56214

Text Example


Text Example

White with #A56214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56214; }

 p { color: rgb(165,98,20); }

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

background-color css

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

 a { background-color: rgb(165,98,20); }

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

border-color css

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

 span { border-color: rgb(165,98,20); }

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