Html Css Color HEX #AF4E38 Orange Roughy

📋 copy color: '#AF4E38'

red 175 ◦ green 78 ◦ blue 56

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

Shades of Orange Roughy #AF4E38

Tints of Orange Roughy #AF4E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 56.63%
G = 25.24%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4E38 (or 0xAF4E38) is known color: Orange Roughy. HEX triplet: AF, 4E and 38. RGB value is (175,78,56). Sum of RGB (Red+Green+Blue) = 175+78+56=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E38 is #50B1C7. Grayscale: #686868. Windows color (decimal): -5288392 or 3690159. OLE color: 3690159.

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

Color convert

RGB 175 78 56 -
CMYK 0 0.55 0.68 0.31
HSL 11.09º 0.52% 0.45% -
HSV(B) 11.09º 0.68% 0.69% -
XYZ 21.12 14.85 5.49 -
YUV 104.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 175 78 56 0 0.55 0.68 0.31 11.09 0.52 0.45
Hex AF 4E 38 0 37 44 1F B 34 2D
Octal 257 116 70 0 67 104 37 13 64 55
Binary 10101111 1001110 111000 0 110111 1000100 11111 1011 110100 101101

Color Harmonies of #AF4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E38

Black with #AF4E38

Text Example


Text Example

White with #AF4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E38; }

 p { color: rgb(175,78,56); }

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

background-color css

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

 a { background-color: rgb(175,78,56); }

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

border-color css

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

 span { border-color: rgb(175,78,56); }

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