Html Css Color HEX #AF4F34 Orange Roughy

📋 copy color: '#AF4F34'

red 175 ◦ green 79 ◦ blue 52

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

Shades of Orange Roughy #AF4F34

Tints of Orange Roughy #AF4F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 57.19%
G = 25.82%
B = 16.99%

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

#AF4F34 (or 0xAF4F34) is known color: Orange Roughy. HEX triplet: AF, 4F and 34. RGB value is (175,79,52). Sum of RGB (Red+Green+Blue) = 175+79+52=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F34 is #50B0CB. Grayscale: #686868. Windows color (decimal): -5288140 or 3428271. OLE color: 3428271.

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

Color convert

RGB 175 79 52 -
CMYK 0 0.55 0.70 0.31
HSL 13.17º 0.54% 0.45% -
HSV(B) 13.17º 0.7% 0.69% -
XYZ 21.1 14.95 5.02 -
YUV 104.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 175 79 52 0 0.55 0.70 0.31 13.17 0.54 0.45
Hex AF 4F 34 0 37 46 1F D 36 2D
Octal 257 117 64 0 67 106 37 15 66 55
Binary 10101111 1001111 110100 0 110111 1000110 11111 1101 110110 101101

Color Harmonies of #AF4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F34

Black with #AF4F34

Text Example


Text Example

White with #AF4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F34; }

 p { color: rgb(175,79,52); }

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

background-color css

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

 a { background-color: rgb(175,79,52); }

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

border-color css

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

 span { border-color: rgb(175,79,52); }

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