Html Css Color HEX #A08443 Luxor Gold

📋 copy color: '#A08443'

red 160 ◦ green 132 ◦ blue 67

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

Shades of Luxor Gold #A08443

Tints of Luxor Gold #A08443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 44.57%
G = 36.77%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08443 (or 0xA08443) is known color: Luxor Gold. HEX triplet: A0, 84 and 43. RGB value is (160,132,67). Sum of RGB (Red+Green+Blue) = 160+132+67=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08443 is #5F7BBC. Grayscale: #858585. Windows color (decimal): -6257597 or 4424864. OLE color: 4424864.

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

Color convert

RGB 160 132 67 -
CMYK 0 0.17 0.58 0.37
HSL 41.94º 0.41% 0.45% -
HSV(B) 41.94º 0.58% 0.63% -
XYZ 23.76 24.38 8.76 -
YUV 132.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 160 132 67 0 0.17 0.58 0.37 41.94 0.41 0.45
Hex A0 84 43 0 11 3A 25 2A 29 2D
Octal 240 204 103 0 21 72 45 52 51 55
Binary 10100000 10000100 1000011 0 10001 111010 100101 101010 101001 101101

Color Harmonies of #A08443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08443

Black with #A08443

Text Example


Text Example

White with #A08443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08443; }

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

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

background-color css

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

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

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

border-color css

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

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

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