Html Css Color HEX #A68A0C Dark Goldenrod

📋 copy color: '#A68A0C'

red 166 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #A68A0C

Tints of Dark Goldenrod #A68A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 52.53%
G = 43.67%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A68A0C (or 0xA68A0C) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 0C. RGB value is (166,138,12). Sum of RGB (Red+Green+Blue) = 166+138+12=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A0C is #5975F3. Grayscale: #848484. Windows color (decimal): -5862900 or 821926. OLE color: 821926.

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

Color convert

RGB 166 138 12 -
CMYK 0 0.17 0.93 0.35
HSL 49.09º 0.87% 0.35% -
HSV(B) 49.09º 0.93% 0.65% -
XYZ 24.88 26.31 4.11 -
YUV 132.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 166 138 12 0 0.17 0.93 0.35 49.09 0.87 0.35
Hex A6 8A C 0 11 5D 23 31 57 23
Octal 246 212 14 0 21 135 43 61 127 43
Binary 10100110 10001010 1100 0 10001 1011101 100011 110001 1010111 100011

Color Harmonies of #A68A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A0C

Black with #A68A0C

Text Example


Text Example

White with #A68A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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