Html Css Color HEX #A75C4B Crail

📋 copy color: '#A75C4B'

red 167 ◦ green 92 ◦ blue 75

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

Shades of Crail #A75C4B

Tints of Crail #A75C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 50%
G = 27.54%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A75C4B (or 0xA75C4B) is known color: Crail. HEX triplet: A7, 5C and 4B. RGB value is (167,92,75). Sum of RGB (Red+Green+Blue) = 167+92+75=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C4B is #58A3B4. Grayscale: #707070. Windows color (decimal): -5809077 or 4938919. OLE color: 4938919.

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

Color convert

RGB 167 92 75 -
CMYK 0 0.45 0.55 0.35
HSL 11.09º 0.38% 0.47% -
HSV(B) 11.09º 0.55% 0.65% -
XYZ 21.03 16.38 8.71 -
YUV 112.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 167 92 75 0 0.45 0.55 0.35 11.09 0.38 0.47
Hex A7 5C 4B 0 2D 37 23 B 26 2F
Octal 247 134 113 0 55 67 43 13 46 57
Binary 10100111 1011100 1001011 0 101101 110111 100011 1011 100110 101111

Color Harmonies of #A75C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C4B

Black with #A75C4B

Text Example


Text Example

White with #A75C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C4B; }

 p { color: rgb(167,92,75); }

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

background-color css

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

 a { background-color: rgb(167,92,75); }

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

border-color css

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

 span { border-color: rgb(167,92,75); }

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