Html Css Color HEX #AF756A Coral Tree

📋 copy color: '#AF756A'

red 175 ◦ green 117 ◦ blue 106

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

Shades of Coral Tree #AF756A

Tints of Coral Tree #AF756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 43.97%
G = 29.4%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF756A (or 0xAF756A) is known color: Coral Tree. HEX triplet: AF, 75 and 6A. RGB value is (175,117,106). Sum of RGB (Red+Green+Blue) = 175+117+106=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756A is #508A95. Grayscale: #858585. Windows color (decimal): -5278358 or 6976943. OLE color: 6976943.

HSL color Cylindrical-coordinate representation of color #AF756A: hue angle of 9.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF756A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 106 -
CMYK 0 0.33 0.39 0.31
HSL 9.57º 0.3% 0.55% -
HSV(B) 9.57º 0.39% 0.69% -
XYZ 26.64 22.88 16.65 -
YUV 133.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 175 117 106 0 0.33 0.39 0.31 9.57 0.3 0.55
Hex AF 75 6A 0 21 27 1F A 1E 37
Octal 257 165 152 0 41 47 37 12 36 67
Binary 10101111 1110101 1101010 0 100001 100111 11111 1010 11110 110111

Color Harmonies of #AF756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF756A

Black with #AF756A

Text Example


Text Example

White with #AF756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF756A; }

 p { color: rgb(175,117,106); }

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

background-color css

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

 a { background-color: rgb(175,117,106); }

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

border-color css

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

 span { border-color: rgb(175,117,106); }

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