Html Css Color HEX #A6584B Crail

📋 copy color: '#A6584B'

red 166 ◦ green 88 ◦ blue 75

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

Shades of Crail #A6584B

Tints of Crail #A6584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 50.46%
G = 26.75%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6584B (or 0xA6584B) is known color: Crail. HEX triplet: A6, 58 and 4B. RGB value is (166,88,75). Sum of RGB (Red+Green+Blue) = 166+88+75=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6584B is #59A7B4. Grayscale: #6D6D6D. Windows color (decimal): -5875637 or 4937894. OLE color: 4937894.

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

Color convert

RGB 166 88 75 -
CMYK 0 0.47 0.55 0.35
HSL 8.57º 0.38% 0.47% -
HSV(B) 8.57º 0.55% 0.65% -
XYZ 20.49 15.59 8.59 -
YUV 109.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 166 88 75 0 0.47 0.55 0.35 8.57 0.38 0.47
Hex A6 58 4B 0 2F 37 23 9 26 2F
Octal 246 130 113 0 57 67 43 11 46 57
Binary 10100110 1011000 1001011 0 101111 110111 100011 1001 100110 101111

Color Harmonies of #A6584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6584B

Black with #A6584B

Text Example


Text Example

White with #A6584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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