Html Css Color HEX #A68300 Dark Goldenrod

📋 copy color: '#A68300'

red 166 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #A68300

Tints of Dark Goldenrod #A68300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.89%
G = 44.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68300 (or 0xA68300) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 00. RGB value is (166,131,0). Sum of RGB (Red+Green+Blue) = 166+131+0=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A68300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68300 is #597CFF. Grayscale: #7F7F7F. Windows color (decimal): -5864704 or 33702. OLE color: 33702.

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

Color convert

RGB 166 131 0 -
CMYK 0 0.21 1 0.35
HSL 47.35º 1% 0.33% -
HSV(B) 47.35º 1% 0.65% -
XYZ 23.84 24.34 3.44 -
YUV 126.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 166 131 0 0 0.21 1 0.35 47.35 1 0.33
Hex A6 83 0 0 15 64 23 2F 64 21
Octal 246 203 0 0 25 144 43 57 144 41
Binary 10100110 10000011 0 0 10101 1100100 100011 101111 1100100 100001

Color Harmonies of #A68300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68300

Black with #A68300

Text Example


Text Example

White with #A68300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68300; }

 p { color: rgb(166,131,0); }

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

background-color css

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

 a { background-color: rgb(166,131,0); }

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

border-color css

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

 span { border-color: rgb(166,131,0); }

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