Html Css Color HEX #A68203 Dark Goldenrod

📋 copy color: '#A68203'

red 166 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #A68203

Tints of Dark Goldenrod #A68203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

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

R = 55.52%
G = 43.48%
B = 1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68203 (or 0xA68203) is known color: Dark Goldenrod. HEX triplet: A6, 82 and 03. RGB value is (166,130,3). Sum of RGB (Red+Green+Blue) = 166+130+3=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A68203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68203 is #597DFC. Grayscale: #7E7E7E. Windows color (decimal): -5864957 or 230054. OLE color: 230054.

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

Color convert

RGB 166 130 3 -
CMYK 0 0.22 0.98 0.35
HSL 46.75º 0.96% 0.33% -
HSV(B) 46.75º 0.98% 0.65% -
XYZ 23.72 24.08 3.48 -
YUV 126.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 166 130 3 0 0.22 0.98 0.35 46.75 0.96 0.33
Hex A6 82 3 0 16 62 23 2F 60 21
Octal 246 202 3 0 26 142 43 57 140 41
Binary 10100110 10000010 11 0 10110 1100010 100011 101111 1100000 100001

Color Harmonies of #A68203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68203

Black with #A68203

Text Example


Text Example

White with #A68203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68203; }

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

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

background-color css

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

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

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

border-color css

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

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

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