Html Css Color HEX #A48D08 Dark Goldenrod

📋 copy color: '#A48D08'

red 164 ◦ green 141 ◦ blue 8

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

Shades of Dark Goldenrod #A48D08

Tints of Dark Goldenrod #A48D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

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

R = 52.4%
G = 45.05%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A48D08 (or 0xA48D08) is known color: Dark Goldenrod. HEX triplet: A4, 8D and 08. RGB value is (164,141,8). Sum of RGB (Red+Green+Blue) = 164+141+8=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D08 is #5B72F7. Grayscale: #858585. Windows color (decimal): -5993208 or 560548. OLE color: 560548.

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

Color convert

RGB 164 141 8 -
CMYK 0 0.14 0.95 0.36
HSL 51.15º 0.91% 0.34% -
HSV(B) 51.15º 0.95% 0.64% -
XYZ 24.88 26.96 4.12 -
YUV 132.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 164 141 8 0 0.14 0.95 0.36 51.15 0.91 0.34
Hex A4 8D 8 0 E 5F 24 33 5B 22
Octal 244 215 10 0 16 137 44 63 133 42
Binary 10100100 10001101 1000 0 1110 1011111 100100 110011 1011011 100010

Color Harmonies of #A48D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D08

Black with #A48D08

Text Example


Text Example

White with #A48D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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