Html Css Color HEX #A4560B Golden Brown

📋 copy color: '#A4560B'

red 164 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #A4560B

Tints of Golden Brown #A4560B

RGB

 RED value IS 164 (64.45% from 255) = 62.84%

 GREEN value IS 86 (33.98% from 255) = 32.95%

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

R = 62.84%
G = 32.95%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4560B (or 0xA4560B) is known color: Golden Brown. HEX triplet: A4, 56 and 0B. RGB value is (164,86,11). Sum of RGB (Red+Green+Blue) = 164+86+11=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4560B is #5BA9F4. Grayscale: #656565. Windows color (decimal): -6007285 or 743076. OLE color: 743076.

HSL color Cylindrical-coordinate representation of color #A4560B: hue angle of 29.41º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4560B is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 11 -
CMYK 0 0.48 0.93 0.36
HSL 29.41º 0.87% 0.34% -
HSV(B) 29.41º 0.93% 0.64% -
XYZ 18.7 14.57 2.14 -
YUV 100.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 164 86 11 0 0.48 0.93 0.36 29.41 0.87 0.34
Hex A4 56 B 0 30 5D 24 1D 57 22
Octal 244 126 13 0 60 135 44 35 127 42
Binary 10100100 1010110 1011 0 110000 1011101 100100 11101 1010111 100010

Color Harmonies of #A4560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4560B

Black with #A4560B

Text Example


Text Example

White with #A4560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4560B; }

 p { color: rgb(164,86,11); }

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

background-color css

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

 a { background-color: rgb(164,86,11); }

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

border-color css

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

 span { border-color: rgb(164,86,11); }

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