Html Css Color HEX #A65B4B Crail

📋 copy color: '#A65B4B'

red 166 ◦ green 91 ◦ blue 75

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

Shades of Crail #A65B4B

Tints of Crail #A65B4B

RGB

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

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

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

R = 50%
G = 27.41%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A65B4B (or 0xA65B4B) is known color: Crail. HEX triplet: A6, 5B and 4B. RGB value is (166,91,75). Sum of RGB (Red+Green+Blue) = 166+91+75=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B4B is #59A4B4. Grayscale: #6F6F6F. Windows color (decimal): -5874869 or 4938662. OLE color: 4938662.

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

Color convert

RGB 166 91 75 -
CMYK 0 0.45 0.55 0.35
HSL 10.55º 0.38% 0.47% -
HSV(B) 10.55º 0.55% 0.65% -
XYZ 20.74 16.1 8.67 -
YUV 111.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 166 91 75 0 0.45 0.55 0.35 10.55 0.38 0.47
Hex A6 5B 4B 0 2D 37 23 B 26 2F
Octal 246 133 113 0 55 67 43 13 46 57
Binary 10100110 1011011 1001011 0 101101 110111 100011 1011 100110 101111

Color Harmonies of #A65B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B4B

Black with #A65B4B

Text Example


Text Example

White with #A65B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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