Html Css Color HEX #AF4E3C Orange Roughy

📋 copy color: '#AF4E3C'

red 175 ◦ green 78 ◦ blue 60

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

Shades of Orange Roughy #AF4E3C

Tints of Orange Roughy #AF4E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 55.91%
G = 24.92%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF4E3C (or 0xAF4E3C) is known color: Orange Roughy. HEX triplet: AF, 4E and 3C. RGB value is (175,78,60). Sum of RGB (Red+Green+Blue) = 175+78+60=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E3C is #50B1C3. Grayscale: #696969. Windows color (decimal): -5288388 or 3952303. OLE color: 3952303.

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

Color convert

RGB 175 78 60 -
CMYK 0 0.55 0.66 0.31
HSL 9.39º 0.49% 0.46% -
HSV(B) 9.39º 0.66% 0.69% -
XYZ 21.22 14.89 6.03 -
YUV 104.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 175 78 60 0 0.55 0.66 0.31 9.39 0.49 0.46
Hex AF 4E 3C 0 37 42 1F 9 31 2E
Octal 257 116 74 0 67 102 37 11 61 56
Binary 10101111 1001110 111100 0 110111 1000010 11111 1001 110001 101110

Color Harmonies of #AF4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E3C

Black with #AF4E3C

Text Example


Text Example

White with #AF4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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