Html Css Color HEX #A68E42 Luxor Gold

📋 copy color: '#A68E42'

red 166 ◦ green 142 ◦ blue 66

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

Shades of Luxor Gold #A68E42

Tints of Luxor Gold #A68E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 44.39%
G = 37.97%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68E42 (or 0xA68E42) is known color: Luxor Gold. HEX triplet: A6, 8E and 42. RGB value is (166,142,66). Sum of RGB (Red+Green+Blue) = 166+142+66=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E42 is #5971BD. Grayscale: #8C8C8C. Windows color (decimal): -5861822 or 4361894. OLE color: 4361894.

HSL color Cylindrical-coordinate representation of color #A68E42: hue angle of 45.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68E42 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 66 -
CMYK 0 0.14 0.60 0.35
HSL 45.6º 0.43% 0.45% -
HSV(B) 45.6º 0.6% 0.65% -
XYZ 26.38 27.85 9.14 -
YUV 140.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 166 142 66 0 0.14 0.60 0.35 45.6 0.43 0.45
Hex A6 8E 42 0 E 3C 23 2E 2B 2D
Octal 246 216 102 0 16 74 43 56 53 55
Binary 10100110 10001110 1000010 0 1110 111100 100011 101110 101011 101101

Color Harmonies of #A68E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E42

Black with #A68E42

Text Example


Text Example

White with #A68E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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