Html Css Color HEX #AF6B69 Coral Tree

📋 copy color: '#AF6B69'

red 175 ◦ green 107 ◦ blue 105

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

Shades of Coral Tree #AF6B69

Tints of Coral Tree #AF6B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

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

R = 45.22%
G = 27.65%
B = 27.13%

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

#AF6B69 (or 0xAF6B69) is known color: Coral Tree. HEX triplet: AF, 6B and 69. RGB value is (175,107,105). Sum of RGB (Red+Green+Blue) = 175+107+105=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B69 is #509496. Grayscale: #7F7F7F. Windows color (decimal): -5280919 or 6908847. OLE color: 6908847.

HSL color Cylindrical-coordinate representation of color #AF6B69: hue angle of 1.71º 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 #AF6B69 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 105 -
CMYK 0 0.39 0.40 0.31
HSL 1.71º 0.3% 0.55% -
HSV(B) 1.71º 0.4% 0.69% -
XYZ 25.49 20.65 16.01 -
YUV 127.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 175 107 105 0 0.39 0.40 0.31 1.71 0.3 0.55
Hex AF 6B 69 0 27 28 1F 2 1E 37
Octal 257 153 151 0 47 50 37 2 36 67
Binary 10101111 1101011 1101001 0 100111 101000 11111 10 11110 110111

Color Harmonies of #AF6B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B69

Black with #AF6B69

Text Example


Text Example

White with #AF6B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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