Html Css Color HEX #A48A00 Dark Goldenrod

📋 copy color: '#A48A00'

red 164 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #A48A00

Tints of Dark Goldenrod #A48A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

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

R = 54.3%
G = 45.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A48A00 (or 0xA48A00) is known color: Dark Goldenrod. HEX triplet: A4, 8A and 00. RGB value is (164,138,0). Sum of RGB (Red+Green+Blue) = 164+138+0=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A00 is #5B75FF. Grayscale: #828282. Windows color (decimal): -5993984 or 35492. OLE color: 35492.

HSL color Cylindrical-coordinate representation of color #A48A00: hue angle of 50.49º 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 #A48A00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 0 -
CMYK 0 0.16 1 0.36
HSL 50.49º 1% 0.32% -
HSV(B) 50.49º 1% 0.64% -
XYZ 24.4 26.07 3.75 -
YUV 130.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 164 138 0 0 0.16 1 0.36 50.49 1 0.32
Hex A4 8A 0 0 10 64 24 32 64 20
Octal 244 212 0 0 20 144 44 62 144 40
Binary 10100100 10001010 0 0 10000 1100100 100100 110010 1100100 100000

Color Harmonies of #A48A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A00

Black with #A48A00

Text Example


Text Example

White with #A48A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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