Html Css Color HEX #A75B4B Crail

📋 copy color: '#A75B4B'

red 167 ◦ green 91 ◦ blue 75

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

Shades of Crail #A75B4B

Tints of Crail #A75B4B

RGB

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

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

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

R = 50.15%
G = 27.33%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A75B4B (or 0xA75B4B) is known color: Crail. HEX triplet: A7, 5B and 4B. RGB value is (167,91,75). Sum of RGB (Red+Green+Blue) = 167+91+75=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B4B is #58A4B4. Grayscale: #707070. Windows color (decimal): -5809333 or 4938663. OLE color: 4938663.

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

Color convert

RGB 167 91 75 -
CMYK 0 0.46 0.55 0.35
HSL 10.43º 0.38% 0.47% -
HSV(B) 10.43º 0.55% 0.65% -
XYZ 20.95 16.21 8.68 -
YUV 111.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 167 91 75 0 0.46 0.55 0.35 10.43 0.38 0.47
Hex A7 5B 4B 0 2E 37 23 A 26 2F
Octal 247 133 113 0 56 67 43 12 46 57
Binary 10100111 1011011 1001011 0 101110 110111 100011 1010 100110 101111

Color Harmonies of #A75B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B4B

Black with #A75B4B

Text Example


Text Example

White with #A75B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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