Html Css Color HEX #A5873D Luxor Gold

📋 copy color: '#A5873D'

red 165 ◦ green 135 ◦ blue 61

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

Shades of Luxor Gold #A5873D

Tints of Luxor Gold #A5873D

RGB

 RED value IS 165 (64.84% from 255) = 45.71%

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 45.71%
G = 37.4%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5873D (or 0xA5873D) is known color: Luxor Gold. HEX triplet: A5, 87 and 3D. RGB value is (165,135,61). Sum of RGB (Red+Green+Blue) = 165+135+61=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5873D is #5A78C2. Grayscale: #878787. Windows color (decimal): -5929155 or 4032421. OLE color: 4032421.

HSL color Cylindrical-coordinate representation of color #A5873D: hue angle of 42.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5873D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 61 -
CMYK 0 0.18 0.63 0.35
HSL 42.69º 0.46% 0.44% -
HSV(B) 42.69º 0.63% 0.65% -
XYZ 25.02 25.66 8.05 -
YUV 135.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 165 135 61 0 0.18 0.63 0.35 42.69 0.46 0.44
Hex A5 87 3D 0 12 3F 23 2B 2E 2C
Octal 245 207 75 0 22 77 43 53 56 54
Binary 10100101 10000111 111101 0 10010 111111 100011 101011 101110 101100

Color Harmonies of #A5873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5873D

Black with #A5873D

Text Example


Text Example

White with #A5873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5873D; }

 p { color: rgb(165,135,61); }

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

background-color css

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

 a { background-color: rgb(165,135,61); }

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

border-color css

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

 span { border-color: rgb(165,135,61); }

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