Html Css Color HEX #AF6054 Crail

📋 copy color: '#AF6054'

red 175 ◦ green 96 ◦ blue 84

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

Shades of Crail #AF6054

Tints of Crail #AF6054

RGB

 RED value IS 175 (68.75% from 255) = 49.3%

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

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 49.3%
G = 27.04%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6054 (or 0xAF6054) is known color: Crail. HEX triplet: AF, 60 and 54. RGB value is (175,96,84). Sum of RGB (Red+Green+Blue) = 175+96+84=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6054 is #509FAB. Grayscale: #767676. Windows color (decimal): -5283756 or 5529775. OLE color: 5529775.

HSL color Cylindrical-coordinate representation of color #AF6054: hue angle of 7.91º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6054 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 84 -
CMYK 0 0.45 0.52 0.31
HSL 7.91º 0.36% 0.51% -
HSV(B) 7.91º 0.52% 0.69% -
XYZ 23.46 18.12 10.65 -
YUV 118.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 175 96 84 0 0.45 0.52 0.31 7.91 0.36 0.51
Hex AF 60 54 0 2D 34 1F 8 24 33
Octal 257 140 124 0 55 64 37 10 44 63
Binary 10101111 1100000 1010100 0 101101 110100 11111 1000 100100 110011

Color Harmonies of #AF6054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6054

Black with #AF6054

Text Example


Text Example

White with #AF6054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6054; }

 p { color: rgb(175,96,84); }

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

background-color css

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

 a { background-color: rgb(175,96,84); }

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

border-color css

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

 span { border-color: rgb(175,96,84); }

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