Html Css Color HEX #AF4E3B Orange Roughy

📋 copy color: '#AF4E3B'

red 175 ◦ green 78 ◦ blue 59

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

Shades of Orange Roughy #AF4E3B

Tints of Orange Roughy #AF4E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 56.09%
G = 25%
B = 18.91%

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

#AF4E3B (or 0xAF4E3B) is known color: Orange Roughy. HEX triplet: AF, 4E and 3B. RGB value is (175,78,59). Sum of RGB (Red+Green+Blue) = 175+78+59=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E3B is #50B1C4. Grayscale: #696969. Windows color (decimal): -5288389 or 3886767. OLE color: 3886767.

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

Color convert

RGB 175 78 59 -
CMYK 0 0.55 0.66 0.31
HSL 9.83º 0.5% 0.46% -
HSV(B) 9.83º 0.66% 0.69% -
XYZ 21.19 14.88 5.89 -
YUV 104.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 175 78 59 0 0.55 0.66 0.31 9.83 0.5 0.46
Hex AF 4E 3B 0 37 42 1F A 32 2E
Octal 257 116 73 0 67 102 37 12 62 56
Binary 10101111 1001110 111011 0 110111 1000010 11111 1010 110010 101110

Color Harmonies of #AF4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E3B

Black with #AF4E3B

Text Example


Text Example

White with #AF4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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