Html Css Color HEX #A48605 Dark Goldenrod

📋 copy color: '#A48605'

red 164 ◦ green 134 ◦ blue 5

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

Shades of Dark Goldenrod #A48605

Tints of Dark Goldenrod #A48605

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 54.13%
G = 44.22%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A48605 (or 0xA48605) is known color: Dark Goldenrod. HEX triplet: A4, 86 and 05. RGB value is (164,134,5). Sum of RGB (Red+Green+Blue) = 164+134+5=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A48605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48605 is #5B79FA. Grayscale: #808080. Windows color (decimal): -5995003 or 362148. OLE color: 362148.

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

Color convert

RGB 164 134 5 -
CMYK 0 0.18 0.97 0.36
HSL 48.68º 0.94% 0.33% -
HSV(B) 48.68º 0.97% 0.64% -
XYZ 23.86 24.95 3.7 -
YUV 128.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 164 134 5 0 0.18 0.97 0.36 48.68 0.94 0.33
Hex A4 86 5 0 12 61 24 31 5E 21
Octal 244 206 5 0 22 141 44 61 136 41
Binary 10100100 10000110 101 0 10010 1100001 100100 110001 1011110 100001

Color Harmonies of #A48605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48605

Black with #A48605

Text Example


Text Example

White with #A48605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48605; }

 p { color: rgb(164,134,5); }

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

background-color css

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

 a { background-color: rgb(164,134,5); }

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

border-color css

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

 span { border-color: rgb(164,134,5); }

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