Html Css Color HEX #AF671A Golden Brown

📋 copy color: '#AF671A'

red 175 ◦ green 103 ◦ blue 26

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

Shades of Golden Brown #AF671A

Tints of Golden Brown #AF671A

RGB

 RED value IS 175 (68.75% from 255) = 57.57%

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

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

R = 57.57%
G = 33.88%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF671A (or 0xAF671A) is known color: Golden Brown. HEX triplet: AF, 67 and 1A. RGB value is (175,103,26). Sum of RGB (Red+Green+Blue) = 175+103+26=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF671A is #5098E5. Grayscale: #747474. Windows color (decimal): -5282022 or 1730479. OLE color: 1730479.

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

Color convert

RGB 175 103 26 -
CMYK 0 0.41 0.85 0.31
HSL 31.01º 0.74% 0.39% -
HSV(B) 31.01º 0.85% 0.69% -
XYZ 22.72 18.89 3.43 -
YUV 115.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 175 103 26 0 0.41 0.85 0.31 31.01 0.74 0.39
Hex AF 67 1A 0 29 55 1F 1F 4A 27
Octal 257 147 32 0 51 125 37 37 112 47
Binary 10101111 1100111 11010 0 101001 1010101 11111 11111 1001010 100111

Color Harmonies of #AF671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF671A

Black with #AF671A

Text Example


Text Example

White with #AF671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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