Html Css Color HEX #A5883D Luxor Gold

📋 copy color: '#A5883D'

red 165 ◦ green 136 ◦ blue 61

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

Shades of Luxor Gold #A5883D

Tints of Luxor Gold #A5883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

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

R = 45.58%
G = 37.57%
B = 16.85%

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

#A5883D (or 0xA5883D) is known color: Luxor Gold. HEX triplet: A5, 88 and 3D. RGB value is (165,136,61). Sum of RGB (Red+Green+Blue) = 165+136+61=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5883D is #5A77C2. Grayscale: #888888. Windows color (decimal): -5928899 or 4032677. OLE color: 4032677.

HSL color Cylindrical-coordinate representation of color #A5883D: hue angle of 43.27º 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 #A5883D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 61 -
CMYK 0 0.18 0.63 0.35
HSL 43.27º 0.46% 0.44% -
HSV(B) 43.27º 0.63% 0.65% -
XYZ 25.16 25.94 8.1 -
YUV 136.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 165 136 61 0 0.18 0.63 0.35 43.27 0.46 0.44
Hex A5 88 3D 0 12 3F 23 2B 2E 2C
Octal 245 210 75 0 22 77 43 53 56 54
Binary 10100101 10001000 111101 0 10010 111111 100011 101011 101110 101100

Color Harmonies of #A5883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5883D

Black with #A5883D

Text Example


Text Example

White with #A5883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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