Html Css Color HEX #A48300 Dark Goldenrod

📋 copy color: '#A48300'

red 164 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #A48300

Tints of Dark Goldenrod #A48300

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.59%
G = 44.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A48300 (or 0xA48300) is known color: Dark Goldenrod. HEX triplet: A4, 83 and 00. RGB value is (164,131,0). Sum of RGB (Red+Green+Blue) = 164+131+0=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A48300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48300 is #5B7CFF. Grayscale: #7E7E7E. Windows color (decimal): -5995776 or 33700. OLE color: 33700.

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

Color convert

RGB 164 131 0 -
CMYK 0 0.20 1 0.36
HSL 47.93º 1% 0.32% -
HSV(B) 47.93º 1% 0.64% -
XYZ 23.43 24.13 3.42 -
YUV 125.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 164 131 0 0 0.20 1 0.36 47.93 1 0.32
Hex A4 83 0 0 14 64 24 30 64 20
Octal 244 203 0 0 24 144 44 60 144 40
Binary 10100100 10000011 0 0 10100 1100100 100100 110000 1100100 100000

Color Harmonies of #A48300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48300

Black with #A48300

Text Example


Text Example

White with #A48300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48300; }

 p { color: rgb(164,131,0); }

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

background-color css

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

 a { background-color: rgb(164,131,0); }

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

border-color css

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

 span { border-color: rgb(164,131,0); }

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