Html Css Color HEX #A68E45 Luxor Gold

📋 copy color: '#A68E45'

red 166 ◦ green 142 ◦ blue 69

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

Shades of Luxor Gold #A68E45

Tints of Luxor Gold #A68E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.67%

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 44.03%
G = 37.67%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68E45 (or 0xA68E45) is known color: Luxor Gold. HEX triplet: A6, 8E and 45. RGB value is (166,142,69). Sum of RGB (Red+Green+Blue) = 166+142+69=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E45 is #5971BA. Grayscale: #8D8D8D. Windows color (decimal): -5861819 or 4558502. OLE color: 4558502.

HSL color Cylindrical-coordinate representation of color #A68E45: hue angle of 45.15º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A68E45 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 69 -
CMYK 0 0.14 0.58 0.35
HSL 45.15º 0.41% 0.46% -
HSV(B) 45.15º 0.58% 0.65% -
XYZ 26.47 27.88 9.62 -
YUV 140.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 166 142 69 0 0.14 0.58 0.35 45.15 0.41 0.46
Hex A6 8E 45 0 E 3A 23 2D 29 2E
Octal 246 216 105 0 16 72 43 55 51 56
Binary 10100110 10001110 1000101 0 1110 111010 100011 101101 101001 101110

Color Harmonies of #A68E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E45

Black with #A68E45

Text Example


Text Example

White with #A68E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E45; }

 p { color: rgb(166,142,69); }

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

background-color css

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

 a { background-color: rgb(166,142,69); }

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

border-color css

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

 span { border-color: rgb(166,142,69); }

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