Html Css Color HEX #A48206 Dark Goldenrod

📋 copy color: '#A48206'

red 164 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #A48206

Tints of Dark Goldenrod #A48206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 54.67%
G = 43.33%
B = 2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A48206 (or 0xA48206) is known color: Dark Goldenrod. HEX triplet: A4, 82 and 06. RGB value is (164,130,6). Sum of RGB (Red+Green+Blue) = 164+130+6=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A48206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48206 is #5B7DF9. Grayscale: #7E7E7E. Windows color (decimal): -5996026 or 426660. OLE color: 426660.

HSL color Cylindrical-coordinate representation of color #A48206: hue angle of 47.09º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A48206 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 6 -
CMYK 0 0.21 0.96 0.36
HSL 47.09º 0.93% 0.33% -
HSV(B) 47.09º 0.96% 0.64% -
XYZ 23.33 23.87 3.55 -
YUV 126.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 164 130 6 0 0.21 0.96 0.36 47.09 0.93 0.33
Hex A4 82 6 0 15 60 24 2F 5D 21
Octal 244 202 6 0 25 140 44 57 135 41
Binary 10100100 10000010 110 0 10101 1100000 100100 101111 1011101 100001

Color Harmonies of #A48206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48206

Black with #A48206

Text Example


Text Example

White with #A48206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48206; }

 p { color: rgb(164,130,6); }

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

background-color css

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

 a { background-color: rgb(164,130,6); }

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

border-color css

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

 span { border-color: rgb(164,130,6); }

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