Html Css Color HEX #AF7669 Coral Tree

📋 copy color: '#AF7669'

red 175 ◦ green 118 ◦ blue 105

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

Shades of Coral Tree #AF7669

Tints of Coral Tree #AF7669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

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

R = 43.97%
G = 29.65%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF7669 (or 0xAF7669) is known color: Coral Tree. HEX triplet: AF, 76 and 69. RGB value is (175,118,105). Sum of RGB (Red+Green+Blue) = 175+118+105=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7669 is #508996. Grayscale: #858585. Windows color (decimal): -5278103 or 6911663. OLE color: 6911663.

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

Color convert

RGB 175 118 105 -
CMYK 0 0.33 0.40 0.31
HSL 11.14º 0.3% 0.55% -
HSV(B) 11.14º 0.4% 0.69% -
XYZ 26.71 23.09 16.41 -
YUV 133.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 175 118 105 0 0.33 0.40 0.31 11.14 0.3 0.55
Hex AF 76 69 0 21 28 1F B 1E 37
Octal 257 166 151 0 41 50 37 13 36 67
Binary 10101111 1110110 1101001 0 100001 101000 11111 1011 11110 110111

Color Harmonies of #AF7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7669

Black with #AF7669

Text Example


Text Example

White with #AF7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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