Html Css Color HEX #A48101 Dark Goldenrod

📋 copy color: '#A48101'

red 164 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #A48101

Tints of Dark Goldenrod #A48101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 55.78%
G = 43.88%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48101 (or 0xA48101) is known color: Dark Goldenrod. HEX triplet: A4, 81 and 01. RGB value is (164,129,1). Sum of RGB (Red+Green+Blue) = 164+129+1=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A48101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48101 is #5B7EFE. Grayscale: #7D7D7D. Windows color (decimal): -5996287 or 98724. OLE color: 98724.

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

Color convert

RGB 164 129 1 -
CMYK 0 0.21 0.99 0.36
HSL 47.12º 0.99% 0.32% -
HSV(B) 47.12º 0.99% 0.64% -
XYZ 23.17 23.6 3.36 -
YUV 124.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 164 129 1 0 0.21 0.99 0.36 47.12 0.99 0.32
Hex A4 81 1 0 15 63 24 2F 63 20
Octal 244 201 1 0 25 143 44 57 143 40
Binary 10100100 10000001 1 0 10101 1100011 100100 101111 1100011 100000

Color Harmonies of #A48101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48101

Black with #A48101

Text Example


Text Example

White with #A48101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48101; }

 p { color: rgb(164,129,1); }

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

background-color css

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

 a { background-color: rgb(164,129,1); }

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

border-color css

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

 span { border-color: rgb(164,129,1); }

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