Html Css Color HEX #AC671A Golden Brown

📋 copy color: '#AC671A'

red 172 ◦ green 103 ◦ blue 26

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

Shades of Golden Brown #AC671A

Tints of Golden Brown #AC671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 57.14%
G = 34.22%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC671A (or 0xAC671A) is known color: Golden Brown. HEX triplet: AC, 67 and 1A. RGB value is (172,103,26). Sum of RGB (Red+Green+Blue) = 172+103+26=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC671A is #5398E5. Grayscale: #737373. Windows color (decimal): -5478630 or 1730476. OLE color: 1730476.

HSL color Cylindrical-coordinate representation of color #AC671A: hue angle of 31.64º 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 #AC671A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 26 -
CMYK 0 0.40 0.85 0.33
HSL 31.64º 0.74% 0.39% -
HSV(B) 31.64º 0.85% 0.67% -
XYZ 22.05 18.55 3.39 -
YUV 114.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 172 103 26 0 0.40 0.85 0.33 31.64 0.74 0.39
Hex AC 67 1A 0 28 55 21 20 4A 27
Octal 254 147 32 0 50 125 41 40 112 47
Binary 10101100 1100111 11010 0 101000 1010101 100001 100000 1001010 100111

Color Harmonies of #AC671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC671A

Black with #AC671A

Text Example


Text Example

White with #AC671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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