Html Css Color HEX #A3870D Dark Goldenrod

📋 copy color: '#A3870D'

red 163 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #A3870D

Tints of Dark Goldenrod #A3870D

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

 GREEN value IS 135 (53.13% from 255) = 43.41%

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

R = 52.41%
G = 43.41%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3870D (or 0xA3870D) is known color: Dark Goldenrod. HEX triplet: A3, 87 and 0D. RGB value is (163,135,13). Sum of RGB (Red+Green+Blue) = 163+135+13=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3870D is #5C78F2. Grayscale: #818181. Windows color (decimal): -6060275 or 886691. OLE color: 886691.

HSL color Cylindrical-coordinate representation of color #A3870D: hue angle of 48.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3870D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 13 -
CMYK 0 0.17 0.92 0.36
HSL 48.8º 0.85% 0.35% -
HSV(B) 48.8º 0.92% 0.64% -
XYZ 23.84 25.14 3.98 -
YUV 129.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 163 135 13 0 0.17 0.92 0.36 48.8 0.85 0.35
Hex A3 87 D 0 11 5C 24 31 55 23
Octal 243 207 15 0 21 134 44 61 125 43
Binary 10100011 10000111 1101 0 10001 1011100 100100 110001 1010101 100011

Color Harmonies of #A3870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3870D

Black with #A3870D

Text Example


Text Example

White with #A3870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3870D; }

 p { color: rgb(163,135,13); }

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

background-color css

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

 a { background-color: rgb(163,135,13); }

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

border-color css

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

 span { border-color: rgb(163,135,13); }

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