Html Css Color HEX #AF4D37 Orange Roughy

📋 copy color: '#AF4D37'

red 175 ◦ green 77 ◦ blue 55

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

Shades of Orange Roughy #AF4D37

Tints of Orange Roughy #AF4D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

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

R = 57%
G = 25.08%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4D37 (or 0xAF4D37) is known color: Orange Roughy. HEX triplet: AF, 4D and 37. RGB value is (175,77,55). Sum of RGB (Red+Green+Blue) = 175+77+55=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D37 is #50B2C8. Grayscale: #676767. Windows color (decimal): -5288649 or 3624367. OLE color: 3624367.

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

Color convert

RGB 175 77 55 -
CMYK 0 0.56 0.69 0.31
HSL 11º 0.52% 0.45% -
HSV(B) 11º 0.69% 0.69% -
XYZ 21.02 14.7 5.34 -
YUV 103.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 175 77 55 0 0.56 0.69 0.31 11 0.52 0.45
Hex AF 4D 37 0 38 45 1F B 34 2D
Octal 257 115 67 0 70 105 37 13 64 55
Binary 10101111 1001101 110111 0 111000 1000101 11111 1011 110100 101101

Color Harmonies of #AF4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D37

Black with #AF4D37

Text Example


Text Example

White with #AF4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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