Html Css Color HEX #A92A23 Brown

📋 copy color: '#A92A23'

red 169 ◦ green 42 ◦ blue 35

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

Shades of Brown #A92A23

Tints of Brown #A92A23

RGB

 RED value IS 169 (66.41% from 255) = 68.7%

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 68.7%
G = 17.07%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A92A23 (or 0xA92A23) is known color: Brown. HEX triplet: A9, 2A and 23. RGB value is (169,42,35). Sum of RGB (Red+Green+Blue) = 169+42+35=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A23 is #56D5DC. Grayscale: #4F4F4F. Windows color (decimal): -5690845 or 2304681. OLE color: 2304681.

HSL color Cylindrical-coordinate representation of color #A92A23: hue angle of 3.13º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92A23 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 42 35 -
CMYK 0 0.75 0.79 0.34
HSL 3.13º 0.66% 0.4% -
HSV(B) 3.13º 0.79% 0.66% -
XYZ 17.49 10.21 2.64 -
YUV 79.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 169 42 35 0 0.75 0.79 0.34 3.13 0.66 0.4
Hex A9 2A 23 0 4B 4F 22 3 42 28
Octal 251 52 43 0 113 117 42 3 102 50
Binary 10101001 101010 100011 0 1001011 1001111 100010 11 1000010 101000

Color Harmonies of #A92A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A23

Black with #A92A23

Text Example


Text Example

White with #A92A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A23; }

 p { color: rgb(169,42,35); }

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

background-color css

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

 a { background-color: rgb(169,42,35); }

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

border-color css

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

 span { border-color: rgb(169,42,35); }

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