Html Css Color HEX #A75A48 Crail

📋 copy color: '#A75A48'

red 167 ◦ green 90 ◦ blue 72

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

Shades of Crail #A75A48

Tints of Crail #A75A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 50.76%
G = 27.36%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A75A48 (or 0xA75A48) is known color: Crail. HEX triplet: A7, 5A and 48. RGB value is (167,90,72). Sum of RGB (Red+Green+Blue) = 167+90+72=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A48 is #58A5B7. Grayscale: #6F6F6F. Windows color (decimal): -5809592 or 4741799. OLE color: 4741799.

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

Color convert

RGB 167 90 72 -
CMYK 0 0.46 0.57 0.35
HSL 11.37º 0.4% 0.47% -
HSV(B) 11.37º 0.57% 0.65% -
XYZ 20.76 16 8.12 -
YUV 110.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 167 90 72 0 0.46 0.57 0.35 11.37 0.4 0.47
Hex A7 5A 48 0 2E 39 23 B 28 2F
Octal 247 132 110 0 56 71 43 13 50 57
Binary 10100111 1011010 1001000 0 101110 111001 100011 1011 101000 101111

Color Harmonies of #A75A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A48

Black with #A75A48

Text Example


Text Example

White with #A75A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A48; }

 p { color: rgb(167,90,72); }

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

background-color css

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

 a { background-color: rgb(167,90,72); }

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

border-color css

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

 span { border-color: rgb(167,90,72); }

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