Html Css Color HEX #A8604C Crail

📋 copy color: '#A8604C'

red 168 ◦ green 96 ◦ blue 76

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

Shades of Crail #A8604C

Tints of Crail #A8604C

RGB

 RED value IS 168 (66.02% from 255) = 49.41%

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 49.41%
G = 28.24%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8604C (or 0xA8604C) is known color: Crail. HEX triplet: A8, 60 and 4C. RGB value is (168,96,76). Sum of RGB (Red+Green+Blue) = 168+96+76=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8604C is #579FB3. Grayscale: #737373. Windows color (decimal): -5742516 or 5005480. OLE color: 5005480.

HSL color Cylindrical-coordinate representation of color #A8604C: hue angle of 13.04º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8604C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 96 76 -
CMYK 0 0.43 0.55 0.34
HSL 13.04º 0.38% 0.48% -
HSV(B) 13.04º 0.55% 0.66% -
XYZ 21.64 17.21 9.02 -
YUV 115.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 168 96 76 0 0.43 0.55 0.34 13.04 0.38 0.48
Hex A8 60 4C 0 2B 37 22 D 26 30
Octal 250 140 114 0 53 67 42 15 46 60
Binary 10101000 1100000 1001100 0 101011 110111 100010 1101 100110 110000

Color Harmonies of #A8604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8604C

Black with #A8604C

Text Example


Text Example

White with #A8604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8604C; }

 p { color: rgb(168,96,76); }

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

background-color css

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

 a { background-color: rgb(168,96,76); }

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

border-color css

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

 span { border-color: rgb(168,96,76); }

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