Html Css Color HEX #A68003 Dark Goldenrod

📋 copy color: '#A68003'

red 166 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #A68003

Tints of Dark Goldenrod #A68003

RGB

 RED value IS 166 (65.23% from 255) = 55.89%

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 55.89%
G = 43.1%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68003 (or 0xA68003) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 03. RGB value is (166,128,3). Sum of RGB (Red+Green+Blue) = 166+128+3=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A68003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68003 is #597FFC. Grayscale: #7D7D7D. Windows color (decimal): -5865469 or 229542. OLE color: 229542.

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

Color convert

RGB 166 128 3 -
CMYK 0 0.23 0.98 0.35
HSL 46.01º 0.96% 0.33% -
HSV(B) 46.01º 0.98% 0.65% -
XYZ 23.46 23.55 3.4 -
YUV 125.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 166 128 3 0 0.23 0.98 0.35 46.01 0.96 0.33
Hex A6 80 3 0 17 62 23 2E 60 21
Octal 246 200 3 0 27 142 43 56 140 41
Binary 10100110 10000000 11 0 10111 1100010 100011 101110 1100000 100001

Color Harmonies of #A68003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68003

Black with #A68003

Text Example


Text Example

White with #A68003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68003; }

 p { color: rgb(166,128,3); }

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

background-color css

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

 a { background-color: rgb(166,128,3); }

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

border-color css

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

 span { border-color: rgb(166,128,3); }

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