Html Css Color HEX #A39002 Dark Goldenrod

📋 copy color: '#A39002'

red 163 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #A39002

Tints of Dark Goldenrod #A39002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 52.75%
G = 46.6%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A39002 (or 0xA39002) is known color: Dark Goldenrod. HEX triplet: A3, 90 and 02. RGB value is (163,144,2). Sum of RGB (Red+Green+Blue) = 163+144+2=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A39002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39002 is #5C6FFD. Grayscale: #868686. Windows color (decimal): -6057982 or 168099. OLE color: 168099.

HSL color Cylindrical-coordinate representation of color #A39002: hue angle of 52.92º degrees, saturation: 0.98, 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 #A39002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 2 -
CMYK 0 0.12 0.99 0.36
HSL 52.92º 0.98% 0.32% -
HSV(B) 52.92º 0.99% 0.64% -
XYZ 25.09 27.74 4.09 -
YUV 133.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 163 144 2 0 0.12 0.99 0.36 52.92 0.98 0.32
Hex A3 90 2 0 C 63 24 35 62 20
Octal 243 220 2 0 14 143 44 65 142 40
Binary 10100011 10010000 10 0 1100 1100011 100100 110101 1100010 100000

Color Harmonies of #A39002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39002

Black with #A39002

Text Example


Text Example

White with #A39002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39002; }

 p { color: rgb(163,144,2); }

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

background-color css

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

 a { background-color: rgb(163,144,2); }

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

border-color css

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

 span { border-color: rgb(163,144,2); }

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