Html Css Color HEX #AF675A Coral Tree

📋 copy color: '#AF675A'

red 175 ◦ green 103 ◦ blue 90

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

Shades of Coral Tree #AF675A

Tints of Coral Tree #AF675A

RGB

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

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

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

R = 47.55%
G = 27.99%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF675A (or 0xAF675A) is known color: Coral Tree. HEX triplet: AF, 67 and 5A. RGB value is (175,103,90). Sum of RGB (Red+Green+Blue) = 175+103+90=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675A is #5098A5. Grayscale: #7B7B7B. Windows color (decimal): -5281958 or 5924783. OLE color: 5924783.

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

Color convert

RGB 175 103 90 -
CMYK 0 0.41 0.49 0.31
HSL 9.18º 0.35% 0.52% -
HSV(B) 9.18º 0.49% 0.69% -
XYZ 24.37 19.55 12.16 -
YUV 123.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 175 103 90 0 0.41 0.49 0.31 9.18 0.35 0.52
Hex AF 67 5A 0 29 31 1F 9 23 34
Octal 257 147 132 0 51 61 37 11 43 64
Binary 10101111 1100111 1011010 0 101001 110001 11111 1001 100011 110100

Color Harmonies of #AF675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF675A

Black with #AF675A

Text Example


Text Example

White with #AF675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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