Html Css Color HEX #A68A0A Dark Goldenrod

📋 copy color: '#A68A0A'

red 166 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #A68A0A

Tints of Dark Goldenrod #A68A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 52.87%
G = 43.95%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A68A0A (or 0xA68A0A) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 0A. RGB value is (166,138,10). Sum of RGB (Red+Green+Blue) = 166+138+10=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A0A is #5975F5. Grayscale: #848484. Windows color (decimal): -5862902 or 690854. OLE color: 690854.

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

Color convert

RGB 166 138 10 -
CMYK 0 0.17 0.94 0.35
HSL 49.23º 0.89% 0.35% -
HSV(B) 49.23º 0.94% 0.65% -
XYZ 24.87 26.31 4.05 -
YUV 131.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 166 138 10 0 0.17 0.94 0.35 49.23 0.89 0.35
Hex A6 8A A 0 11 5E 23 31 59 23
Octal 246 212 12 0 21 136 43 61 131 43
Binary 10100110 10001010 1010 0 10001 1011110 100011 110001 1011001 100011

Color Harmonies of #A68A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A0A

Black with #A68A0A

Text Example


Text Example

White with #A68A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A0A; }

 p { color: rgb(166,138,10); }

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

background-color css

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

 a { background-color: rgb(166,138,10); }

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

border-color css

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

 span { border-color: rgb(166,138,10); }

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