Html Css Color HEX #A68B45 Luxor Gold

📋 copy color: '#A68B45'

red 166 ◦ green 139 ◦ blue 69

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

Shades of Luxor Gold #A68B45

Tints of Luxor Gold #A68B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 44.39%
G = 37.17%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68B45 (or 0xA68B45) is known color: Luxor Gold. HEX triplet: A6, 8B and 45. RGB value is (166,139,69). Sum of RGB (Red+Green+Blue) = 166+139+69=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B45 is #5974BA. Grayscale: #8B8B8B. Windows color (decimal): -5862587 or 4557734. OLE color: 4557734.

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

Color convert

RGB 166 139 69 -
CMYK 0 0.16 0.58 0.35
HSL 43.3º 0.41% 0.46% -
HSV(B) 43.3º 0.58% 0.65% -
XYZ 26.03 27 9.47 -
YUV 139.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 166 139 69 0 0.16 0.58 0.35 43.3 0.41 0.46
Hex A6 8B 45 0 10 3A 23 2B 29 2E
Octal 246 213 105 0 20 72 43 53 51 56
Binary 10100110 10001011 1000101 0 10000 111010 100011 101011 101001 101110

Color Harmonies of #A68B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B45

Black with #A68B45

Text Example


Text Example

White with #A68B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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