Html Css Color HEX #AF4E37 Orange Roughy

📋 copy color: '#AF4E37'

red 175 ◦ green 78 ◦ blue 55

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

Shades of Orange Roughy #AF4E37

Tints of Orange Roughy #AF4E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 56.82%
G = 25.32%
B = 17.86%

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

#AF4E37 (or 0xAF4E37) is known color: Orange Roughy. HEX triplet: AF, 4E and 37. RGB value is (175,78,55). Sum of RGB (Red+Green+Blue) = 175+78+55=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E37 is #50B1C8. Grayscale: #686868. Windows color (decimal): -5288393 or 3624623. OLE color: 3624623.

HSL color Cylindrical-coordinate representation of color #AF4E37: hue angle of 11.5º degrees, saturation: 0.52, 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 #AF4E37 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 55 -
CMYK 0 0.55 0.69 0.31
HSL 11.5º 0.52% 0.45% -
HSV(B) 11.5º 0.69% 0.69% -
XYZ 21.09 14.84 5.37 -
YUV 104.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 175 78 55 0 0.55 0.69 0.31 11.5 0.52 0.45
Hex AF 4E 37 0 37 45 1F C 34 2D
Octal 257 116 67 0 67 105 37 14 64 55
Binary 10101111 1001110 110111 0 110111 1000101 11111 1100 110100 101101

Color Harmonies of #AF4E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E37

Black with #AF4E37

Text Example


Text Example

White with #AF4E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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