Html Css Color HEX #A68A0E Dark Goldenrod

📋 copy color: '#A68A0E'

red 166 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #A68A0E

Tints of Dark Goldenrod #A68A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 52.2%
G = 43.4%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A68A0E (or 0xA68A0E) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 0E. RGB value is (166,138,14). Sum of RGB (Red+Green+Blue) = 166+138+14=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A0E is #5975F1. Grayscale: #848484. Windows color (decimal): -5862898 or 952998. OLE color: 952998.

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

Color convert

RGB 166 138 14 -
CMYK 0 0.17 0.92 0.35
HSL 48.95º 0.84% 0.35% -
HSV(B) 48.95º 0.92% 0.65% -
XYZ 24.89 26.32 4.18 -
YUV 132.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 166 138 14 0 0.17 0.92 0.35 48.95 0.84 0.35
Hex A6 8A E 0 11 5C 23 31 54 23
Octal 246 212 16 0 21 134 43 61 124 43
Binary 10100110 10001010 1110 0 10001 1011100 100011 110001 1010100 100011

Color Harmonies of #A68A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A0E

Black with #A68A0E

Text Example


Text Example

White with #A68A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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