Html Css Color HEX #AF665A Coral Tree

📋 copy color: '#AF665A'

red 175 ◦ green 102 ◦ blue 90

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

Shades of Coral Tree #AF665A

Tints of Coral Tree #AF665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 47.68%
G = 27.79%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF665A (or 0xAF665A) is known color: Coral Tree. HEX triplet: AF, 66 and 5A. RGB value is (175,102,90). Sum of RGB (Red+Green+Blue) = 175+102+90=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665A is #5099A5. Grayscale: #7A7A7A. Windows color (decimal): -5282214 or 5924527. OLE color: 5924527.

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

Color convert

RGB 175 102 90 -
CMYK 0 0.42 0.49 0.31
HSL 8.47º 0.35% 0.52% -
HSV(B) 8.47º 0.49% 0.69% -
XYZ 24.28 19.35 12.13 -
YUV 122.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 175 102 90 0 0.42 0.49 0.31 8.47 0.35 0.52
Hex AF 66 5A 0 2A 31 1F 8 23 34
Octal 257 146 132 0 52 61 37 10 43 64
Binary 10101111 1100110 1011010 0 101010 110001 11111 1000 100011 110100

Color Harmonies of #AF665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF665A

Black with #AF665A

Text Example


Text Example

White with #AF665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF665A; }

 p { color: rgb(175,102,90); }

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

background-color css

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

 a { background-color: rgb(175,102,90); }

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

border-color css

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

 span { border-color: rgb(175,102,90); }

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