Html Css Color HEX #AF4E35 Orange Roughy

📋 copy color: '#AF4E35'

red 175 ◦ green 78 ◦ blue 53

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

Shades of Orange Roughy #AF4E35

Tints of Orange Roughy #AF4E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 57.19%
G = 25.49%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4E35 (or 0xAF4E35) is known color: Orange Roughy. HEX triplet: AF, 4E and 35. RGB value is (175,78,53). Sum of RGB (Red+Green+Blue) = 175+78+53=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E35 is #50B1CA. Grayscale: #686868. Windows color (decimal): -5288395 or 3493551. OLE color: 3493551.

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

Color convert

RGB 175 78 53 -
CMYK 0 0.55 0.70 0.31
HSL 12.3º 0.54% 0.45% -
HSV(B) 12.3º 0.7% 0.69% -
XYZ 21.05 14.82 5.12 -
YUV 104.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 175 78 53 0 0.55 0.70 0.31 12.3 0.54 0.45
Hex AF 4E 35 0 37 46 1F C 36 2D
Octal 257 116 65 0 67 106 37 14 66 55
Binary 10101111 1001110 110101 0 110111 1000110 11111 1100 110110 101101

Color Harmonies of #AF4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E35

Black with #AF4E35

Text Example


Text Example

White with #AF4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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