Html Css Color HEX #AF6A69 Coral Tree

📋 copy color: '#AF6A69'

red 175 ◦ green 106 ◦ blue 105

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

Shades of Coral Tree #AF6A69

Tints of Coral Tree #AF6A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 45.34%
G = 27.46%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF6A69 (or 0xAF6A69) is known color: Coral Tree. HEX triplet: AF, 6A and 69. RGB value is (175,106,105). Sum of RGB (Red+Green+Blue) = 175+106+105=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A69 is #509596. Grayscale: #7E7E7E. Windows color (decimal): -5281175 or 6908591. OLE color: 6908591.

HSL color Cylindrical-coordinate representation of color #AF6A69: hue angle of 0.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6A69 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 106 105 -
CMYK 0 0.39 0.40 0.31
HSL 0.86º 0.3% 0.55% -
HSV(B) 0.86º 0.4% 0.69% -
XYZ 25.38 20.44 15.97 -
YUV 126.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 175 106 105 0 0.39 0.40 0.31 0.86 0.3 0.55
Hex AF 6A 69 0 27 28 1F 1 1E 37
Octal 257 152 151 0 47 50 37 1 36 67
Binary 10101111 1101010 1101001 0 100111 101000 11111 1 11110 110111

Color Harmonies of #AF6A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A69

Black with #AF6A69

Text Example


Text Example

White with #AF6A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A69; }

 p { color: rgb(175,106,105); }

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

background-color css

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

 a { background-color: rgb(175,106,105); }

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

border-color css

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

 span { border-color: rgb(175,106,105); }

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