Html Css Color HEX #AF4F3A Orange Roughy

📋 copy color: '#AF4F3A'

red 175 ◦ green 79 ◦ blue 58

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

Shades of Orange Roughy #AF4F3A

Tints of Orange Roughy #AF4F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 56.09%
G = 25.32%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4F3A (or 0xAF4F3A) is known color: Orange Roughy. HEX triplet: AF, 4F and 3A. RGB value is (175,79,58). Sum of RGB (Red+Green+Blue) = 175+79+58=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F3A is #50B0C5. Grayscale: #696969. Windows color (decimal): -5288134 or 3821487. OLE color: 3821487.

HSL color Cylindrical-coordinate representation of color #AF4F3A: hue angle of 10.77º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4F3A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 58 -
CMYK 0 0.55 0.67 0.31
HSL 10.77º 0.5% 0.46% -
HSV(B) 10.77º 0.67% 0.69% -
XYZ 21.24 15.01 5.78 -
YUV 105.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 175 79 58 0 0.55 0.67 0.31 10.77 0.5 0.46
Hex AF 4F 3A 0 37 43 1F B 32 2E
Octal 257 117 72 0 67 103 37 13 62 56
Binary 10101111 1001111 111010 0 110111 1000011 11111 1011 110010 101110

Color Harmonies of #AF4F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F3A

Black with #AF4F3A

Text Example


Text Example

White with #AF4F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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