Html Css Color HEX #A34D32 Orange Roughy

📋 copy color: '#A34D32'

red 163 ◦ green 77 ◦ blue 50

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

Shades of Orange Roughy #A34D32

Tints of Orange Roughy #A34D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 56.21%
G = 26.55%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A34D32 (or 0xA34D32) is known color: Orange Roughy. HEX triplet: A3, 4D and 32. RGB value is (163,77,50). Sum of RGB (Red+Green+Blue) = 163+77+50=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D32 is #5CB2CD. Grayscale: #636363. Windows color (decimal): -6075086 or 3296675. OLE color: 3296675.

HSL color Cylindrical-coordinate representation of color #A34D32: hue angle of 14.34º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34D32 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 50 -
CMYK 0 0.53 0.69 0.36
HSL 14.34º 0.53% 0.42% -
HSV(B) 14.34º 0.69% 0.64% -
XYZ 18.33 13.32 4.62 -
YUV 99.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 163 77 50 0 0.53 0.69 0.36 14.34 0.53 0.42
Hex A3 4D 32 0 35 45 24 E 35 2A
Octal 243 115 62 0 65 105 44 16 65 52
Binary 10100011 1001101 110010 0 110101 1000101 100100 1110 110101 101010

Color Harmonies of #A34D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D32

Black with #A34D32

Text Example


Text Example

White with #A34D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D32; }

 p { color: rgb(163,77,50); }

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

background-color css

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

 a { background-color: rgb(163,77,50); }

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

border-color css

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

 span { border-color: rgb(163,77,50); }

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