Html Css Color HEX #AF4D38 Orange Roughy

📋 copy color: '#AF4D38'

red 175 ◦ green 77 ◦ blue 56

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

Shades of Orange Roughy #AF4D38

Tints of Orange Roughy #AF4D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 56.82%
G = 25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4D38 (or 0xAF4D38) is known color: Orange Roughy. HEX triplet: AF, 4D and 38. RGB value is (175,77,56). Sum of RGB (Red+Green+Blue) = 175+77+56=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D38 is #50B2C7. Grayscale: #686868. Windows color (decimal): -5288648 or 3689903. OLE color: 3689903.

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

Color convert

RGB 175 77 56 -
CMYK 0 0.56 0.68 0.31
HSL 10.59º 0.52% 0.45% -
HSV(B) 10.59º 0.68% 0.69% -
XYZ 21.05 14.71 5.47 -
YUV 103.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 175 77 56 0 0.56 0.68 0.31 10.59 0.52 0.45
Hex AF 4D 38 0 38 44 1F B 34 2D
Octal 257 115 70 0 70 104 37 13 64 55
Binary 10101111 1001101 111000 0 111000 1000100 11111 1011 110100 101101

Color Harmonies of #AF4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D38

Black with #AF4D38

Text Example


Text Example

White with #AF4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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