Html Css Color HEX #A48945 Luxor Gold

📋 copy color: '#A48945'

red 164 ◦ green 137 ◦ blue 69

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

Shades of Luxor Gold #A48945

Tints of Luxor Gold #A48945

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 44.32%
G = 37.03%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A48945 (or 0xA48945) is known color: Luxor Gold. HEX triplet: A4, 89 and 45. RGB value is (164,137,69). Sum of RGB (Red+Green+Blue) = 164+137+69=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A48945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48945 is #5B76BA. Grayscale: #898989. Windows color (decimal): -5994171 or 4557220. OLE color: 4557220.

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

Color convert

RGB 164 137 69 -
CMYK 0 0.16 0.58 0.36
HSL 42.95º 0.41% 0.46% -
HSV(B) 42.95º 0.58% 0.64% -
XYZ 25.33 26.21 9.35 -
YUV 137.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 164 137 69 0 0.16 0.58 0.36 42.95 0.41 0.46
Hex A4 89 45 0 10 3A 24 2B 29 2E
Octal 244 211 105 0 20 72 44 53 51 56
Binary 10100100 10001001 1000101 0 10000 111010 100100 101011 101001 101110

Color Harmonies of #A48945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48945

Black with #A48945

Text Example


Text Example

White with #A48945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48945; }

 p { color: rgb(164,137,69); }

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

background-color css

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

 a { background-color: rgb(164,137,69); }

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

border-color css

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

 span { border-color: rgb(164,137,69); }

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