Html Css Color HEX #A38201 Dark Goldenrod

📋 copy color: '#A38201'

red 163 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #A38201

Tints of Dark Goldenrod #A38201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 55.44%
G = 44.22%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38201 (or 0xA38201) is known color: Dark Goldenrod. HEX triplet: A3, 82 and 01. RGB value is (163,130,1). Sum of RGB (Red+Green+Blue) = 163+130+1=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A38201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38201 is #5C7DFE. Grayscale: #7D7D7D. Windows color (decimal): -6061567 or 98979. OLE color: 98979.

HSL color Cylindrical-coordinate representation of color #A38201: hue angle of 47.78º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A38201 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 1 -
CMYK 0 0.20 0.99 0.36
HSL 47.78º 0.99% 0.32% -
HSV(B) 47.78º 0.99% 0.64% -
XYZ 23.09 23.75 3.4 -
YUV 125.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 163 130 1 0 0.20 0.99 0.36 47.78 0.99 0.32
Hex A3 82 1 0 14 63 24 30 63 20
Octal 243 202 1 0 24 143 44 60 143 40
Binary 10100011 10000010 1 0 10100 1100011 100100 110000 1100011 100000

Color Harmonies of #A38201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38201

Black with #A38201

Text Example


Text Example

White with #A38201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38201; }

 p { color: rgb(163,130,1); }

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

background-color css

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

 a { background-color: rgb(163,130,1); }

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

border-color css

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

 span { border-color: rgb(163,130,1); }

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