Html Css Color HEX #A18003 Dark Goldenrod

📋 copy color: '#A18003'

red 161 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #A18003

Tints of Dark Goldenrod #A18003

RGB

 RED value IS 161 (63.28% from 255) = 55.14%

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 55.14%
G = 43.84%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A18003 (or 0xA18003) is known color: Dark Goldenrod. HEX triplet: A1, 80 and 03. RGB value is (161,128,3). Sum of RGB (Red+Green+Blue) = 161+128+3=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A18003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18003 is #5E7FFC. Grayscale: #7C7C7C. Windows color (decimal): -6193149 or 229537. OLE color: 229537.

HSL color Cylindrical-coordinate representation of color #A18003: hue angle of 47.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A18003 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 3 -
CMYK 0 0.20 0.98 0.37
HSL 47.47º 0.96% 0.32% -
HSV(B) 47.47º 0.98% 0.63% -
XYZ 22.43 23.02 3.35 -
YUV 123.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 161 128 3 0 0.20 0.98 0.37 47.47 0.96 0.32
Hex A1 80 3 0 14 62 25 2F 60 20
Octal 241 200 3 0 24 142 45 57 140 40
Binary 10100001 10000000 11 0 10100 1100010 100101 101111 1100000 100000

Color Harmonies of #A18003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18003

Black with #A18003

Text Example


Text Example

White with #A18003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18003; }

 p { color: rgb(161,128,3); }

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

background-color css

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

 a { background-color: rgb(161,128,3); }

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

border-color css

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

 span { border-color: rgb(161,128,3); }

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