Html Css Color HEX #A76051 Crail

📋 copy color: '#A76051'

red 167 ◦ green 96 ◦ blue 81

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

Shades of Crail #A76051

Tints of Crail #A76051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 48.55%
G = 27.91%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A76051 (or 0xA76051) is known color: Crail. HEX triplet: A7, 60 and 51. RGB value is (167,96,81). Sum of RGB (Red+Green+Blue) = 167+96+81=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A76051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76051 is #589FAE. Grayscale: #737373. Windows color (decimal): -5808047 or 5333159. OLE color: 5333159.

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

Color convert

RGB 167 96 81 -
CMYK 0 0.43 0.51 0.35
HSL 10.47º 0.35% 0.49% -
HSV(B) 10.47º 0.51% 0.65% -
XYZ 21.6 17.18 9.96 -
YUV 115.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 167 96 81 0 0.43 0.51 0.35 10.47 0.35 0.49
Hex A7 60 51 0 2B 33 23 A 23 31
Octal 247 140 121 0 53 63 43 12 43 61
Binary 10100111 1100000 1010001 0 101011 110011 100011 1010 100011 110001

Color Harmonies of #A76051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76051

Black with #A76051

Text Example


Text Example

White with #A76051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76051; }

 p { color: rgb(167,96,81); }

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

background-color css

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

 a { background-color: rgb(167,96,81); }

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

border-color css

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

 span { border-color: rgb(167,96,81); }

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