Html Css Color HEX #A68703 Dark Goldenrod

📋 copy color: '#A68703'

red 166 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #A68703

Tints of Dark Goldenrod #A68703

RGB

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

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

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

R = 54.61%
G = 44.41%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68703 (or 0xA68703) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 03. RGB value is (166,135,3). Sum of RGB (Red+Green+Blue) = 166+135+3=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A68703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68703 is #5978FC. Grayscale: #818181. Windows color (decimal): -5863677 or 231334. OLE color: 231334.

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

Color convert

RGB 166 135 3 -
CMYK 0 0.19 0.98 0.35
HSL 48.59º 0.96% 0.33% -
HSV(B) 48.59º 0.98% 0.65% -
XYZ 24.41 25.44 3.71 -
YUV 129.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 166 135 3 0 0.19 0.98 0.35 48.59 0.96 0.33
Hex A6 87 3 0 13 62 23 31 60 21
Octal 246 207 3 0 23 142 43 61 140 41
Binary 10100110 10000111 11 0 10011 1100010 100011 110001 1100000 100001

Color Harmonies of #A68703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68703

Black with #A68703

Text Example


Text Example

White with #A68703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68703; }

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

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

background-color css

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

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

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

border-color css

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

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

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