Html Css Color HEX #A48608 Dark Goldenrod

📋 copy color: '#A48608'

red 164 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #A48608

Tints of Dark Goldenrod #A48608

RGB

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

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

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

R = 53.59%
G = 43.79%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A48608 (or 0xA48608) is known color: Dark Goldenrod. HEX triplet: A4, 86 and 08. RGB value is (164,134,8). Sum of RGB (Red+Green+Blue) = 164+134+8=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A48608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48608 is #5B79F7. Grayscale: #818181. Windows color (decimal): -5995000 or 558756. OLE color: 558756.

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

Color convert

RGB 164 134 8 -
CMYK 0 0.18 0.95 0.36
HSL 48.46º 0.91% 0.34% -
HSV(B) 48.46º 0.95% 0.64% -
XYZ 23.88 24.96 3.79 -
YUV 128.61 59.94 153.25 -
System Red Green Blue C M Y K H S L
Decimal 164 134 8 0 0.18 0.95 0.36 48.46 0.91 0.34
Hex A4 86 8 0 12 5F 24 30 5B 22
Octal 244 206 10 0 22 137 44 60 133 42
Binary 10100100 10000110 1000 0 10010 1011111 100100 110000 1011011 100010

Color Harmonies of #A48608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48608

Black with #A48608

Text Example


Text Example

White with #A48608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48608; }

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

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

background-color css

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

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

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

border-color css

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

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

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