Html Css Color HEX #AF6B6A Coral Tree

📋 copy color: '#AF6B6A'

red 175 ◦ green 107 ◦ blue 106

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

Shades of Coral Tree #AF6B6A

Tints of Coral Tree #AF6B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 45.1%
G = 27.58%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF6B6A (or 0xAF6B6A) is known color: Coral Tree. HEX triplet: AF, 6B and 6A. RGB value is (175,107,106). Sum of RGB (Red+Green+Blue) = 175+107+106=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B6A is #509495. Grayscale: #7F7F7F. Windows color (decimal): -5280918 or 6974383. OLE color: 6974383.

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

Color convert

RGB 175 107 106 -
CMYK 0 0.39 0.39 0.31
HSL 0.87º 0.3% 0.55% -
HSV(B) 0.87º 0.39% 0.69% -
XYZ 25.54 20.67 16.28 -
YUV 127.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 175 107 106 0 0.39 0.39 0.31 0.87 0.3 0.55
Hex AF 6B 6A 0 27 27 1F 1 1E 37
Octal 257 153 152 0 47 47 37 1 36 67
Binary 10101111 1101011 1101010 0 100111 100111 11111 1 11110 110111

Color Harmonies of #AF6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B6A

Black with #AF6B6A

Text Example


Text Example

White with #AF6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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