Html Css Color HEX #A68A45 Luxor Gold

📋 copy color: '#A68A45'

red 166 ◦ green 138 ◦ blue 69

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

Shades of Luxor Gold #A68A45

Tints of Luxor Gold #A68A45

RGB

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

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

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

R = 44.5%
G = 37%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68A45 (or 0xA68A45) is known color: Luxor Gold. HEX triplet: A6, 8A and 45. RGB value is (166,138,69). Sum of RGB (Red+Green+Blue) = 166+138+69=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A45 is #5975BA. Grayscale: #8A8A8A. Windows color (decimal): -5862843 or 4557478. OLE color: 4557478.

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

Color convert

RGB 166 138 69 -
CMYK 0 0.17 0.58 0.35
HSL 42.68º 0.41% 0.46% -
HSV(B) 42.68º 0.58% 0.65% -
XYZ 25.89 26.71 9.42 -
YUV 138.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 166 138 69 0 0.17 0.58 0.35 42.68 0.41 0.46
Hex A6 8A 45 0 11 3A 23 2B 29 2E
Octal 246 212 105 0 21 72 43 53 51 56
Binary 10100110 10001010 1000101 0 10001 111010 100011 101011 101001 101110

Color Harmonies of #A68A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A45

Black with #A68A45

Text Example


Text Example

White with #A68A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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