Html Css Color HEX #A34F3C Orange Roughy

📋 copy color: '#A34F3C'

red 163 ◦ green 79 ◦ blue 60

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

Shades of Orange Roughy #A34F3C

Tints of Orange Roughy #A34F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 53.97%
G = 26.16%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A34F3C (or 0xA34F3C) is known color: Orange Roughy. HEX triplet: A3, 4F and 3C. RGB value is (163,79,60). Sum of RGB (Red+Green+Blue) = 163+79+60=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F3C is #5CB0C3. Grayscale: #666666. Windows color (decimal): -6074564 or 3952547. OLE color: 3952547.

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

Color convert

RGB 163 79 60 -
CMYK 0 0.52 0.63 0.36
HSL 11.07º 0.46% 0.44% -
HSV(B) 11.07º 0.63% 0.64% -
XYZ 18.72 13.7 5.93 -
YUV 101.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 163 79 60 0 0.52 0.63 0.36 11.07 0.46 0.44
Hex A3 4F 3C 0 34 3F 24 B 2E 2C
Octal 243 117 74 0 64 77 44 13 56 54
Binary 10100011 1001111 111100 0 110100 111111 100100 1011 101110 101100

Color Harmonies of #A34F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F3C

Black with #A34F3C

Text Example


Text Example

White with #A34F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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