Html Css Color HEX #A68F46 Luxor Gold

📋 copy color: '#A68F46'

red 166 ◦ green 143 ◦ blue 70

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

Shades of Luxor Gold #A68F46

Tints of Luxor Gold #A68F46

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 43.8%
G = 37.73%
B = 18.47%

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

#A68F46 (or 0xA68F46) is known color: Luxor Gold. HEX triplet: A6, 8F and 46. RGB value is (166,143,70). Sum of RGB (Red+Green+Blue) = 166+143+70=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F46 is #5970B9. Grayscale: #8D8D8D. Windows color (decimal): -5861562 or 4624294. OLE color: 4624294.

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

Color convert

RGB 166 143 70 -
CMYK 0 0.14 0.58 0.35
HSL 45.63º 0.41% 0.46% -
HSV(B) 45.63º 0.58% 0.65% -
XYZ 26.65 28.19 9.83 -
YUV 141.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 166 143 70 0 0.14 0.58 0.35 45.63 0.41 0.46
Hex A6 8F 46 0 E 3A 23 2E 29 2E
Octal 246 217 106 0 16 72 43 56 51 56
Binary 10100110 10001111 1000110 0 1110 111010 100011 101110 101001 101110

Color Harmonies of #A68F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F46

Black with #A68F46

Text Example


Text Example

White with #A68F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F46; }

 p { color: rgb(166,143,70); }

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

background-color css

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

 a { background-color: rgb(166,143,70); }

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

border-color css

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

 span { border-color: rgb(166,143,70); }

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