Html Css Color HEX #A6594B Crail

📋 copy color: '#A6594B'

red 166 ◦ green 89 ◦ blue 75

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

Shades of Crail #A6594B

Tints of Crail #A6594B

RGB

 RED value IS 166 (65.23% from 255) = 50.3%

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 50.3%
G = 26.97%
B = 22.73%

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

#A6594B (or 0xA6594B) is known color: Crail. HEX triplet: A6, 59 and 4B. RGB value is (166,89,75). Sum of RGB (Red+Green+Blue) = 166+89+75=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6594B is #59A6B4. Grayscale: #6E6E6E. Windows color (decimal): -5875381 or 4938150. OLE color: 4938150.

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

Color convert

RGB 166 89 75 -
CMYK 0 0.46 0.55 0.35
HSL 9.23º 0.38% 0.47% -
HSV(B) 9.23º 0.55% 0.65% -
XYZ 20.57 15.76 8.61 -
YUV 110.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 166 89 75 0 0.46 0.55 0.35 9.23 0.38 0.47
Hex A6 59 4B 0 2E 37 23 9 26 2F
Octal 246 131 113 0 56 67 43 11 46 57
Binary 10100110 1011001 1001011 0 101110 110111 100011 1001 100110 101111

Color Harmonies of #A6594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6594B

Black with #A6594B

Text Example


Text Example

White with #A6594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6594B; }

 p { color: rgb(166,89,75); }

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

background-color css

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

 a { background-color: rgb(166,89,75); }

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

border-color css

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

 span { border-color: rgb(166,89,75); }

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