Html Css Color HEX #A3880D Dark Goldenrod

📋 copy color: '#A3880D'

red 163 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #A3880D

Tints of Dark Goldenrod #A3880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 52.24%
G = 43.59%
B = 4.17%

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

#A3880D (or 0xA3880D) is known color: Dark Goldenrod. HEX triplet: A3, 88 and 0D. RGB value is (163,136,13). Sum of RGB (Red+Green+Blue) = 163+136+13=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3880D is #5C77F2. Grayscale: #828282. Windows color (decimal): -6060019 or 886947. OLE color: 886947.

HSL color Cylindrical-coordinate representation of color #A3880D: hue angle of 49.2º 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 #A3880D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 13 -
CMYK 0 0.17 0.92 0.36
HSL 49.2º 0.85% 0.35% -
HSV(B) 49.2º 0.92% 0.64% -
XYZ 23.98 25.42 4.02 -
YUV 130.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 163 136 13 0 0.17 0.92 0.36 49.2 0.85 0.35
Hex A3 88 D 0 11 5C 24 31 55 23
Octal 243 210 15 0 21 134 44 61 125 43
Binary 10100011 10001000 1101 0 10001 1011100 100100 110001 1010101 100011

Color Harmonies of #A3880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3880D

Black with #A3880D

Text Example


Text Example

White with #A3880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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