Html Css Color HEX #A56D0B Golden Brown

📋 copy color: '#A56D0B'

red 165 ◦ green 109 ◦ blue 11

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

Shades of Golden Brown #A56D0B

Tints of Golden Brown #A56D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 57.89%
G = 38.25%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A56D0B (or 0xA56D0B) is known color: Golden Brown. HEX triplet: A5, 6D and 0B. RGB value is (165,109,11). Sum of RGB (Red+Green+Blue) = 165+109+11=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56D0B is #5A92F4. Grayscale: #737373. Windows color (decimal): -5935861 or 748965. OLE color: 748965.

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

Color convert

RGB 165 109 11 -
CMYK 0 0.34 0.93 0.35
HSL 38.18º 0.88% 0.35% -
HSV(B) 38.18º 0.93% 0.65% -
XYZ 21.05 18.96 2.87 -
YUV 114.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 165 109 11 0 0.34 0.93 0.35 38.18 0.88 0.35
Hex A5 6D B 0 22 5D 23 26 58 23
Octal 245 155 13 0 42 135 43 46 130 43
Binary 10100101 1101101 1011 0 100010 1011101 100011 100110 1011000 100011

Color Harmonies of #A56D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D0B

Black with #A56D0B

Text Example


Text Example

White with #A56D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D0B; }

 p { color: rgb(165,109,11); }

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

background-color css

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

 a { background-color: rgb(165,109,11); }

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

border-color css

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

 span { border-color: rgb(165,109,11); }

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