Html Css Color HEX #A48F03 Dark Goldenrod

📋 copy color: '#A48F03'

red 164 ◦ green 143 ◦ blue 3

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

Shades of Dark Goldenrod #A48F03

Tints of Dark Goldenrod #A48F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 52.9%
G = 46.13%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A48F03 (or 0xA48F03) is known color: Dark Goldenrod. HEX triplet: A4, 8F and 03. RGB value is (164,143,3). Sum of RGB (Red+Green+Blue) = 164+143+3=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F03 is #5B70FC. Grayscale: #858585. Windows color (decimal): -5992701 or 233380. OLE color: 233380.

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

Color convert

RGB 164 143 3 -
CMYK 0 0.13 0.98 0.36
HSL 52.17º 0.96% 0.33% -
HSV(B) 52.17º 0.98% 0.64% -
XYZ 25.15 27.54 4.08 -
YUV 133.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 164 143 3 0 0.13 0.98 0.36 52.17 0.96 0.33
Hex A4 8F 3 0 D 62 24 34 60 21
Octal 244 217 3 0 15 142 44 64 140 41
Binary 10100100 10001111 11 0 1101 1100010 100100 110100 1100000 100001

Color Harmonies of #A48F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F03

Black with #A48F03

Text Example


Text Example

White with #A48F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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