Html Css Color HEX #A34C33 Orange Roughy

📋 copy color: '#A34C33'

red 163 ◦ green 76 ◦ blue 51

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

Shades of Orange Roughy #A34C33

Tints of Orange Roughy #A34C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 56.21%
G = 26.21%
B = 17.59%

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

#A34C33 (or 0xA34C33) is known color: Orange Roughy. HEX triplet: A3, 4C and 33. RGB value is (163,76,51). Sum of RGB (Red+Green+Blue) = 163+76+51=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C33 is #5CB3CC. Grayscale: #636363. Windows color (decimal): -6075341 or 3361955. OLE color: 3361955.

HSL color Cylindrical-coordinate representation of color #A34C33: hue angle of 13.39º degrees, saturation: 0.52, 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 #A34C33 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 76 51 -
CMYK 0 0.53 0.69 0.36
HSL 13.39º 0.52% 0.42% -
HSV(B) 13.39º 0.69% 0.64% -
XYZ 18.29 13.19 4.71 -
YUV 99.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 163 76 51 0 0.53 0.69 0.36 13.39 0.52 0.42
Hex A3 4C 33 0 35 45 24 D 34 2A
Octal 243 114 63 0 65 105 44 15 64 52
Binary 10100011 1001100 110011 0 110101 1000101 100100 1101 110100 101010

Color Harmonies of #A34C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C33

Black with #A34C33

Text Example


Text Example

White with #A34C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C33; }

 p { color: rgb(163,76,51); }

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

background-color css

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

 a { background-color: rgb(163,76,51); }

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

border-color css

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

 span { border-color: rgb(163,76,51); }

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