Html Css Color HEX #A34F39 Orange Roughy

📋 copy color: '#A34F39'

red 163 ◦ green 79 ◦ blue 57

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

Shades of Orange Roughy #A34F39

Tints of Orange Roughy #A34F39

RGB

 RED value IS 163 (64.06% from 255) = 54.52%

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

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 54.52%
G = 26.42%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A34F39 (or 0xA34F39) is known color: Orange Roughy. HEX triplet: A3, 4F and 39. RGB value is (163,79,57). Sum of RGB (Red+Green+Blue) = 163+79+57=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F39 is #5CB0C6. Grayscale: #656565. Windows color (decimal): -6074567 or 3755939. OLE color: 3755939.

HSL color Cylindrical-coordinate representation of color #A34F39: hue angle of 12.45º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34F39 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 79 57 -
CMYK 0 0.52 0.65 0.36
HSL 12.45º 0.48% 0.43% -
HSV(B) 12.45º 0.65% 0.64% -
XYZ 18.64 13.67 5.53 -
YUV 101.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 163 79 57 0 0.52 0.65 0.36 12.45 0.48 0.43
Hex A3 4F 39 0 34 41 24 C 30 2B
Octal 243 117 71 0 64 101 44 14 60 53
Binary 10100011 1001111 111001 0 110100 1000001 100100 1100 110000 101011

Color Harmonies of #A34F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F39

Black with #A34F39

Text Example


Text Example

White with #A34F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F39; }

 p { color: rgb(163,79,57); }

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

background-color css

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

 a { background-color: rgb(163,79,57); }

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

border-color css

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

 span { border-color: rgb(163,79,57); }

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