Html Css Color HEX #A48703 Dark Goldenrod

📋 copy color: '#A48703'

red 164 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #A48703

Tints of Dark Goldenrod #A48703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 54.3%
G = 44.7%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A48703 (or 0xA48703) is known color: Dark Goldenrod. HEX triplet: A4, 87 and 03. RGB value is (164,135,3). Sum of RGB (Red+Green+Blue) = 164+135+3=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A48703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48703 is #5B78FC. Grayscale: #818181. Windows color (decimal): -5994749 or 231332. OLE color: 231332.

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

Color convert

RGB 164 135 3 -
CMYK 0 0.18 0.98 0.36
HSL 49.19º 0.96% 0.33% -
HSV(B) 49.19º 0.98% 0.64% -
XYZ 23.99 25.23 3.69 -
YUV 128.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 164 135 3 0 0.18 0.98 0.36 49.19 0.96 0.33
Hex A4 87 3 0 12 62 24 31 60 21
Octal 244 207 3 0 22 142 44 61 140 41
Binary 10100100 10000111 11 0 10010 1100010 100100 110001 1100000 100001

Color Harmonies of #A48703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48703

Black with #A48703

Text Example


Text Example

White with #A48703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48703; }

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

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

background-color css

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

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

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

border-color css

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

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

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