Html Css Color HEX #A8590D Golden Brown

📋 copy color: '#A8590D'

red 168 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #A8590D

Tints of Golden Brown #A8590D

RGB

 RED value IS 168 (66.02% from 255) = 62.22%

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 62.22%
G = 32.96%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8590D (or 0xA8590D) is known color: Golden Brown. HEX triplet: A8, 59 and 0D. RGB value is (168,89,13). Sum of RGB (Red+Green+Blue) = 168+89+13=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8590D is #57A6F2. Grayscale: #686868. Windows color (decimal): -5744371 or 874920. OLE color: 874920.

HSL color Cylindrical-coordinate representation of color #A8590D: hue angle of 29.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8590D is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 13 -
CMYK 0 0.47 0.92 0.34
HSL 29.42º 0.86% 0.35% -
HSV(B) 29.42º 0.92% 0.66% -
XYZ 19.79 15.5 2.33 -
YUV 103.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 168 89 13 0 0.47 0.92 0.34 29.42 0.86 0.35
Hex A8 59 D 0 2F 5C 22 1D 56 23
Octal 250 131 15 0 57 134 42 35 126 43
Binary 10101000 1011001 1101 0 101111 1011100 100010 11101 1010110 100011

Color Harmonies of #A8590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8590D

Black with #A8590D

Text Example


Text Example

White with #A8590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8590D; }

 p { color: rgb(168,89,13); }

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

background-color css

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

 a { background-color: rgb(168,89,13); }

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

border-color css

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

 span { border-color: rgb(168,89,13); }

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