Html Css Color HEX #A48F01 Dark Goldenrod

📋 copy color: '#A48F01'

red 164 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #A48F01

Tints of Dark Goldenrod #A48F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.43%

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

R = 53.25%
G = 46.43%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48F01 (or 0xA48F01) is known color: Dark Goldenrod. HEX triplet: A4, 8F and 01. RGB value is (164,143,1). Sum of RGB (Red+Green+Blue) = 164+143+1=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F01 is #5B70FE. Grayscale: #858585. Windows color (decimal): -5992703 or 102308. OLE color: 102308.

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

Color convert

RGB 164 143 1 -
CMYK 0 0.13 0.99 0.36
HSL 52.27º 0.99% 0.32% -
HSV(B) 52.27º 0.99% 0.64% -
XYZ 25.14 27.54 4.02 -
YUV 133.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 164 143 1 0 0.13 0.99 0.36 52.27 0.99 0.32
Hex A4 8F 1 0 D 63 24 34 63 20
Octal 244 217 1 0 15 143 44 64 143 40
Binary 10100100 10001111 1 0 1101 1100011 100100 110100 1100011 100000

Color Harmonies of #A48F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F01

Black with #A48F01

Text Example


Text Example

White with #A48F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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