Html Css Color HEX #A56B14 Golden Brown

📋 copy color: '#A56B14'

red 165 ◦ green 107 ◦ blue 20

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

Shades of Golden Brown #A56B14

Tints of Golden Brown #A56B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 56.51%
G = 36.64%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56B14 (or 0xA56B14) is known color: Golden Brown. HEX triplet: A5, 6B and 14. RGB value is (165,107,20). Sum of RGB (Red+Green+Blue) = 165+107+20=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B14 is #5A94EB. Grayscale: #727272. Windows color (decimal): -5936364 or 1338277. OLE color: 1338277.

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

Color convert

RGB 165 107 20 -
CMYK 0 0.35 0.88 0.35
HSL 36º 0.78% 0.36% -
HSV(B) 36º 0.88% 0.65% -
XYZ 20.9 18.57 3.14 -
YUV 114.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 165 107 20 0 0.35 0.88 0.35 36 0.78 0.36
Hex A5 6B 14 0 23 58 23 24 4E 24
Octal 245 153 24 0 43 130 43 44 116 44
Binary 10100101 1101011 10100 0 100011 1011000 100011 100100 1001110 100100

Color Harmonies of #A56B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B14

Black with #A56B14

Text Example


Text Example

White with #A56B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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