Html Css Color HEX #A7523F Crail

📋 copy color: '#A7523F'

red 167 ◦ green 82 ◦ blue 63

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

Shades of Crail #A7523F

Tints of Crail #A7523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 63 (25% from 255) = 20.19%

R = 53.53%
G = 26.28%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A7523F (or 0xA7523F) is known color: Crail. HEX triplet: A7, 52 and 3F. RGB value is (167,82,63). Sum of RGB (Red+Green+Blue) = 167+82+63=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7523F is #58ADC0. Grayscale: #696969. Windows color (decimal): -5811649 or 4149927. OLE color: 4149927.

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

Color convert

RGB 167 82 63 -
CMYK 0 0.51 0.62 0.35
HSL 10.96º 0.45% 0.45% -
HSV(B) 10.96º 0.62% 0.65% -
XYZ 19.85 14.61 6.48 -
YUV 105.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 167 82 63 0 0.51 0.62 0.35 10.96 0.45 0.45
Hex A7 52 3F 0 33 3E 23 B 2D 2D
Octal 247 122 77 0 63 76 43 13 55 55
Binary 10100111 1010010 111111 0 110011 111110 100011 1011 101101 101101

Color Harmonies of #A7523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7523F

Black with #A7523F

Text Example


Text Example

White with #A7523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7523F; }

 p { color: rgb(167,82,63); }

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

background-color css

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

 a { background-color: rgb(167,82,63); }

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

border-color css

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

 span { border-color: rgb(167,82,63); }

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