Html Css Color HEX #A4863E Luxor Gold

📋 copy color: '#A4863E'

red 164 ◦ green 134 ◦ blue 62

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

Shades of Luxor Gold #A4863E

Tints of Luxor Gold #A4863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 45.56%
G = 37.22%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4863E (or 0xA4863E) is known color: Luxor Gold. HEX triplet: A4, 86 and 3E. RGB value is (164,134,62). Sum of RGB (Red+Green+Blue) = 164+134+62=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4863E is #5B79C1. Grayscale: #878787. Windows color (decimal): -5994946 or 4097700. OLE color: 4097700.

HSL color Cylindrical-coordinate representation of color #A4863E: hue angle of 42.35º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4863E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 62 -
CMYK 0 0.18 0.62 0.36
HSL 42.35º 0.45% 0.44% -
HSV(B) 42.35º 0.62% 0.64% -
XYZ 24.7 25.29 8.14 -
YUV 134.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 164 134 62 0 0.18 0.62 0.36 42.35 0.45 0.44
Hex A4 86 3E 0 12 3E 24 2A 2D 2C
Octal 244 206 76 0 22 76 44 52 55 54
Binary 10100100 10000110 111110 0 10010 111110 100100 101010 101101 101100

Color Harmonies of #A4863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4863E

Black with #A4863E

Text Example


Text Example

White with #A4863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4863E; }

 p { color: rgb(164,134,62); }

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

background-color css

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

 a { background-color: rgb(164,134,62); }

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

border-color css

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

 span { border-color: rgb(164,134,62); }

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