Html Css Color HEX #AF675C Coral Tree

📋 copy color: '#AF675C'

red 175 ◦ green 103 ◦ blue 92

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

Shades of Coral Tree #AF675C

Tints of Coral Tree #AF675C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 47.3%
G = 27.84%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF675C (or 0xAF675C) is known color: Coral Tree. HEX triplet: AF, 67 and 5C. RGB value is (175,103,92). Sum of RGB (Red+Green+Blue) = 175+103+92=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675C is #5098A3. Grayscale: #7B7B7B. Windows color (decimal): -5281956 or 6055855. OLE color: 6055855.

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

Color convert

RGB 175 103 92 -
CMYK 0 0.41 0.47 0.31
HSL 7.95º 0.34% 0.52% -
HSV(B) 7.95º 0.47% 0.69% -
XYZ 24.46 19.59 12.62 -
YUV 123.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 175 103 92 0 0.41 0.47 0.31 7.95 0.34 0.52
Hex AF 67 5C 0 29 2F 1F 8 22 34
Octal 257 147 134 0 51 57 37 10 42 64
Binary 10101111 1100111 1011100 0 101001 101111 11111 1000 100010 110100

Color Harmonies of #AF675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF675C

Black with #AF675C

Text Example


Text Example

White with #AF675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF675C; }

 p { color: rgb(175,103,92); }

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

background-color css

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

 a { background-color: rgb(175,103,92); }

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

border-color css

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

 span { border-color: rgb(175,103,92); }

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