Html Css Color HEX #A09348 Luxor Gold

📋 copy color: '#A09348'

red 160 ◦ green 147 ◦ blue 72

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

Shades of Luxor Gold #A09348

Tints of Luxor Gold #A09348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 42.22%
G = 38.79%
B = 19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A09348 (or 0xA09348) is known color: Luxor Gold. HEX triplet: A0, 93 and 48. RGB value is (160,147,72). Sum of RGB (Red+Green+Blue) = 160+147+72=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A09348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09348 is #5F6CB7. Grayscale: #8E8E8E. Windows color (decimal): -6253752 or 4756384. OLE color: 4756384.

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

Color convert

RGB 160 147 72 -
CMYK 0 0.08 0.55 0.37
HSL 51.14º 0.38% 0.45% -
HSV(B) 51.14º 0.55% 0.63% -
XYZ 26.1 28.81 10.32 -
YUV 142.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 160 147 72 0 0.08 0.55 0.37 51.14 0.38 0.45
Hex A0 93 48 0 8 37 25 33 26 2D
Octal 240 223 110 0 10 67 45 63 46 55
Binary 10100000 10010011 1001000 0 1000 110111 100101 110011 100110 101101

Color Harmonies of #A09348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09348

Black with #A09348

Text Example


Text Example

White with #A09348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09348; }

 p { color: rgb(160,147,72); }

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

background-color css

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

 a { background-color: rgb(160,147,72); }

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

border-color css

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

 span { border-color: rgb(160,147,72); }

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