Html Css Color HEX #A75B54 Crail

📋 copy color: '#A75B54'

red 167 ◦ green 91 ◦ blue 84

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

Shades of Crail #A75B54

Tints of Crail #A75B54

RGB

 RED value IS 167 (65.63% from 255) = 48.83%

 GREEN value IS 91 (35.94% from 255) = 26.61%

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 48.83%
G = 26.61%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A75B54 (or 0xA75B54) is known color: Crail. HEX triplet: A7, 5B and 54. RGB value is (167,91,84). Sum of RGB (Red+Green+Blue) = 167+91+84=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B54 is #58A4AB. Grayscale: #717171. Windows color (decimal): -5809324 or 5528487. OLE color: 5528487.

HSL color Cylindrical-coordinate representation of color #A75B54: hue angle of 5.06º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75B54 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 91 84 -
CMYK 0 0.46 0.50 0.35
HSL 5.06º 0.33% 0.49% -
HSV(B) 5.06º 0.5% 0.65% -
XYZ 21.28 16.34 10.42 -
YUV 112.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 167 91 84 0 0.46 0.50 0.35 5.06 0.33 0.49
Hex A7 5B 54 0 2E 32 23 5 21 31
Octal 247 133 124 0 56 62 43 5 41 61
Binary 10100111 1011011 1010100 0 101110 110010 100011 101 100001 110001

Color Harmonies of #A75B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B54

Black with #A75B54

Text Example


Text Example

White with #A75B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B54; }

 p { color: rgb(167,91,84); }

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

background-color css

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

 a { background-color: rgb(167,91,84); }

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

border-color css

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

 span { border-color: rgb(167,91,84); }

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