Html Css Color HEX #A68A42 Luxor Gold

📋 copy color: '#A68A42'

red 166 ◦ green 138 ◦ blue 66

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

Shades of Luxor Gold #A68A42

Tints of Luxor Gold #A68A42

RGB

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

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

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

R = 44.86%
G = 37.3%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68A42 (or 0xA68A42) is known color: Luxor Gold. HEX triplet: A6, 8A and 42. RGB value is (166,138,66). Sum of RGB (Red+Green+Blue) = 166+138+66=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A42 is #5975BD. Grayscale: #8A8A8A. Windows color (decimal): -5862846 or 4360870. OLE color: 4360870.

HSL color Cylindrical-coordinate representation of color #A68A42: hue angle of 43.2º 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 #A68A42 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 66 -
CMYK 0 0.17 0.60 0.35
HSL 43.2º 0.43% 0.45% -
HSV(B) 43.2º 0.6% 0.65% -
XYZ 25.8 26.68 8.94 -
YUV 138.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 166 138 66 0 0.17 0.60 0.35 43.2 0.43 0.45
Hex A6 8A 42 0 11 3C 23 2B 2B 2D
Octal 246 212 102 0 21 74 43 53 53 55
Binary 10100110 10001010 1000010 0 10001 111100 100011 101011 101011 101101

Color Harmonies of #A68A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A42

Black with #A68A42

Text Example


Text Example

White with #A68A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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