Html Css Color HEX #A48008 Dark Goldenrod

📋 copy color: '#A48008'

red 164 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #A48008

Tints of Dark Goldenrod #A48008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 54.67%
G = 42.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A48008 (or 0xA48008) is known color: Dark Goldenrod. HEX triplet: A4, 80 and 08. RGB value is (164,128,8). Sum of RGB (Red+Green+Blue) = 164+128+8=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A48008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48008 is #5B7FF7. Grayscale: #7D7D7D. Windows color (decimal): -5996536 or 557220. OLE color: 557220.

HSL color Cylindrical-coordinate representation of color #A48008: hue angle of 46.15º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A48008 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 8 -
CMYK 0 0.22 0.95 0.36
HSL 46.15º 0.91% 0.34% -
HSV(B) 46.15º 0.95% 0.64% -
XYZ 23.07 23.35 3.52 -
YUV 125.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 164 128 8 0 0.22 0.95 0.36 46.15 0.91 0.34
Hex A4 80 8 0 16 5F 24 2E 5B 22
Octal 244 200 10 0 26 137 44 56 133 42
Binary 10100100 10000000 1000 0 10110 1011111 100100 101110 1011011 100010

Color Harmonies of #A48008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48008

Black with #A48008

Text Example


Text Example

White with #A48008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48008; }

 p { color: rgb(164,128,8); }

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

background-color css

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

 a { background-color: rgb(164,128,8); }

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

border-color css

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

 span { border-color: rgb(164,128,8); }

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