Html Css Color HEX #AC631A Golden Brown

📋 copy color: '#AC631A'

red 172 ◦ green 99 ◦ blue 26

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

Shades of Golden Brown #AC631A

Tints of Golden Brown #AC631A

RGB

 RED value IS 172 (67.58% from 255) = 57.91%

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 57.91%
G = 33.33%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC631A (or 0xAC631A) is known color: Golden Brown. HEX triplet: AC, 63 and 1A. RGB value is (172,99,26). Sum of RGB (Red+Green+Blue) = 172+99+26=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC631A is #539CE5. Grayscale: #707070. Windows color (decimal): -5479654 or 1729452. OLE color: 1729452.

HSL color Cylindrical-coordinate representation of color #AC631A: hue angle of 30º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC631A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 26 -
CMYK 0 0.42 0.85 0.33
HSL 30º 0.74% 0.39% -
HSV(B) 30º 0.85% 0.67% -
XYZ 21.66 17.77 3.27 -
YUV 112.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 172 99 26 0 0.42 0.85 0.33 30 0.74 0.39
Hex AC 63 1A 0 2A 55 21 1E 4A 27
Octal 254 143 32 0 52 125 41 36 112 47
Binary 10101100 1100011 11010 0 101010 1010101 100001 11110 1001010 100111

Color Harmonies of #AC631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC631A

Black with #AC631A

Text Example


Text Example

White with #AC631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC631A; }

 p { color: rgb(172,99,26); }

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

background-color css

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

 a { background-color: rgb(172,99,26); }

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

border-color css

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

 span { border-color: rgb(172,99,26); }

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