Html Css Color HEX #AF675B Coral Tree

📋 copy color: '#AF675B'

red 175 ◦ green 103 ◦ blue 91

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

Shades of Coral Tree #AF675B

Tints of Coral Tree #AF675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 47.43%
G = 27.91%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF675B (or 0xAF675B) is known color: Coral Tree. HEX triplet: AF, 67 and 5B. RGB value is (175,103,91). Sum of RGB (Red+Green+Blue) = 175+103+91=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675B is #5098A4. Grayscale: #7B7B7B. Windows color (decimal): -5281957 or 5990319. OLE color: 5990319.

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

Color convert

RGB 175 103 91 -
CMYK 0 0.41 0.48 0.31
HSL 8.57º 0.34% 0.52% -
HSV(B) 8.57º 0.48% 0.69% -
XYZ 24.42 19.57 12.39 -
YUV 123.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 175 103 91 0 0.41 0.48 0.31 8.57 0.34 0.52
Hex AF 67 5B 0 29 30 1F 9 22 34
Octal 257 147 133 0 51 60 37 11 42 64
Binary 10101111 1100111 1011011 0 101001 110000 11111 1001 100010 110100

Color Harmonies of #AF675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF675B

Black with #AF675B

Text Example


Text Example

White with #AF675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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