Html Css Color HEX #A38204 Dark Goldenrod

📋 copy color: '#A38204'

red 163 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #A38204

Tints of Dark Goldenrod #A38204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 54.88%
G = 43.77%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A38204 (or 0xA38204) is known color: Dark Goldenrod. HEX triplet: A3, 82 and 04. RGB value is (163,130,4). Sum of RGB (Red+Green+Blue) = 163+130+4=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A38204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38204 is #5C7DFB. Grayscale: #7E7E7E. Windows color (decimal): -6061564 or 295587. OLE color: 295587.

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

Color convert

RGB 163 130 4 -
CMYK 0 0.20 0.98 0.36
HSL 47.55º 0.95% 0.33% -
HSV(B) 47.55º 0.98% 0.64% -
XYZ 23.11 23.76 3.48 -
YUV 125.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 163 130 4 0 0.20 0.98 0.36 47.55 0.95 0.33
Hex A3 82 4 0 14 62 24 30 5F 21
Octal 243 202 4 0 24 142 44 60 137 41
Binary 10100011 10000010 100 0 10100 1100010 100100 110000 1011111 100001

Color Harmonies of #A38204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38204

Black with #A38204

Text Example


Text Example

White with #A38204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38204; }

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

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

background-color css

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

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

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

border-color css

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

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

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