Html Css Color HEX #A18303 Dark Goldenrod

📋 copy color: '#A18303'

red 161 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #A18303

Tints of Dark Goldenrod #A18303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 54.58%
G = 44.41%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A18303 (or 0xA18303) is known color: Dark Goldenrod. HEX triplet: A1, 83 and 03. RGB value is (161,131,3). Sum of RGB (Red+Green+Blue) = 161+131+3=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A18303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18303 is #5E7CFC. Grayscale: #7D7D7D. Windows color (decimal): -6192381 or 230305. OLE color: 230305.

HSL color Cylindrical-coordinate representation of color #A18303: hue angle of 48.61º 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 #A18303 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 3 -
CMYK 0 0.19 0.98 0.37
HSL 48.61º 0.96% 0.32% -
HSV(B) 48.61º 0.98% 0.63% -
XYZ 22.83 23.82 3.48 -
YUV 125.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 161 131 3 0 0.19 0.98 0.37 48.61 0.96 0.32
Hex A1 83 3 0 13 62 25 31 60 20
Octal 241 203 3 0 23 142 45 61 140 40
Binary 10100001 10000011 11 0 10011 1100010 100101 110001 1100000 100000

Color Harmonies of #A18303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18303

Black with #A18303

Text Example


Text Example

White with #A18303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18303; }

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

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

background-color css

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

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

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

border-color css

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

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

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