Html Css Color HEX #A08643 Luxor Gold

📋 copy color: '#A08643'

red 160 ◦ green 134 ◦ blue 67

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

Shades of Luxor Gold #A08643

Tints of Luxor Gold #A08643

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 44.32%
G = 37.12%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08643 (or 0xA08643) is known color: Luxor Gold. HEX triplet: A0, 86 and 43. RGB value is (160,134,67). Sum of RGB (Red+Green+Blue) = 160+134+67=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08643 is #5F79BC. Grayscale: #868686. Windows color (decimal): -6257085 or 4425376. OLE color: 4425376.

HSL color Cylindrical-coordinate representation of color #A08643: hue angle of 43.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A08643 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 67 -
CMYK 0 0.16 0.58 0.37
HSL 43.23º 0.41% 0.45% -
HSV(B) 43.23º 0.58% 0.63% -
XYZ 24.04 24.93 8.86 -
YUV 134.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 160 134 67 0 0.16 0.58 0.37 43.23 0.41 0.45
Hex A0 86 43 0 10 3A 25 2B 29 2D
Octal 240 206 103 0 20 72 45 53 51 55
Binary 10100000 10000110 1000011 0 10000 111010 100101 101011 101001 101101

Color Harmonies of #A08643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08643

Black with #A08643

Text Example


Text Example

White with #A08643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08643; }

 p { color: rgb(160,134,67); }

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

background-color css

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

 a { background-color: rgb(160,134,67); }

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

border-color css

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

 span { border-color: rgb(160,134,67); }

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