Html Css Color HEX #AF4E36 Orange Roughy

📋 copy color: '#AF4E36'

red 175 ◦ green 78 ◦ blue 54

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

Shades of Orange Roughy #AF4E36

Tints of Orange Roughy #AF4E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 57%
G = 25.41%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4E36 (or 0xAF4E36) is known color: Orange Roughy. HEX triplet: AF, 4E and 36. RGB value is (175,78,54). Sum of RGB (Red+Green+Blue) = 175+78+54=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E36 is #50B1C9. Grayscale: #686868. Windows color (decimal): -5288394 or 3559087. OLE color: 3559087.

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

Color convert

RGB 175 78 54 -
CMYK 0 0.55 0.69 0.31
HSL 11.9º 0.53% 0.45% -
HSV(B) 11.9º 0.69% 0.69% -
XYZ 21.07 14.83 5.24 -
YUV 104.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 175 78 54 0 0.55 0.69 0.31 11.9 0.53 0.45
Hex AF 4E 36 0 37 45 1F C 35 2D
Octal 257 116 66 0 67 105 37 14 65 55
Binary 10101111 1001110 110110 0 110111 1000101 11111 1100 110101 101101

Color Harmonies of #AF4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E36

Black with #AF4E36

Text Example


Text Example

White with #AF4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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